Skip to content

Commit

Permalink
try changing build action from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvdm committed Jan 10, 2024
1 parent 0c436e2 commit 9173f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: EdricChan03/action-build-deploy-ghpages@v2
- uses: EdricChan03/action-build-deploy-ghpages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9173f7d

Please sign in to comment.