Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga authored Nov 3, 2024
1 parent 44736ab commit 9776fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
node-version: "16.x"
- run: npm ci
- run: npm run build
- name: 'Run peaceiris/actions-gh-pages@v3: deploy to github pages'
uses: peaceiris/actions-gh-pages@v3
- name: 'Run peaceiris/actions-gh-pages@v4: deploy to github pages'
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
publish_dir: ./build
cname: eliko.ga
personal_token: ${{ secrets.PERSONAL_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9776fc4

Please sign in to comment.