Skip to content

Commit

Permalink
Merge pull request #202 from CityScope/bump/actions-deployment
Browse files Browse the repository at this point in the history
Update github-pages.yml
  • Loading branch information
RELNO authored May 9, 2024
2 parents d266121 + d2f0628 commit a6f99af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build page
run: npm run build
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./build

0 comments on commit a6f99af

Please sign in to comment.