Skip to content

Commit

Permalink
Correct another version
Browse files Browse the repository at this point in the history
I conflated `actions/deploy-pages` with `actions/configure-pages`. Their
versions do not grow in lock-step.
  • Loading branch information
danott committed Feb 28, 2025
1 parent e809c35 commit 6c67054
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 @@ -44,4 +44,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v5
uses: actions/deploy-pages@v4

0 comments on commit 6c67054

Please sign in to comment.