Skip to content

Commit 6c67054

Browse files
committed
Correct another version
I conflated `actions/deploy-pages` with `actions/configure-pages`. Their versions do not grow in lock-step.
1 parent e809c35 commit 6c67054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v5
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)