Skip to content

Commit

Permalink
deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensOost committed Jul 22, 2024
1 parent 5ce609e commit d8bc9d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
uses: actions/configure-pages@v5
- name: Replace secrets in files
run: |
sed -i 's|-HXjHlEI8ydoyacHi|${{ secrets.EMAILJS_PUBLIC_KEY }}|g' ./index.html
sed -i 's|service_ikab6sp|${{ secrets.EMAILJS_SERVICE_ID }}|g' ./index.html
sed -i 's|template_fl1p6kp|${{ secrets.EMAILJS_TEMPLATE_ID }}|g' ./index.html
sed -i '-HXjHlEI8ydoyacHi|${{ secrets.EMAILJS_PUBLIC_KEY }}' ./index.html
sed -i 'service_ikab6sp|${{ secrets.EMAILJS_SERVICE_ID }}' ./index.html
sed -i 'template_fl1p6kp|${{ secrets.EMAILJS_TEMPLATE_ID }}' ./index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit d8bc9d2

Please sign in to comment.