Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wazquez authored Sep 30, 2024
1 parent 3fd87f1 commit 919482d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ jobs:
echo "Injecting secrets into JS file"
# Replace a placeholder in your JavaScript file with the actual secret
sed -i 's/GUEST_ACCESS_TOKEN/${{ secrets.GUEST_ACCESS_TOKEN }}/g' ./index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./

0 comments on commit 919482d

Please sign in to comment.