Skip to content

Commit

Permalink
Merge pull request #5 from ericpre/downgrade_deploy-pages
Browse files Browse the repository at this point in the history
Downgrade actions/deploy-pages to v3 from v4 until it is fixed
  • Loading branch information
ericpre authored Dec 19, 2023
2 parents b3f6bf2 + dda21be commit 97c9488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3

0 comments on commit 97c9488

Please sign in to comment.