Skip to content

Commit 4e7a3f9

Browse files
committed
Update publish workflow, bump deploy-pages to v3
1 parent cac5536 commit 4e7a3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727
- name: Setup Pages
2828
if: github.ref_name == github.event.repository.default_branch
29-
uses: actions/configure-pages@v2
29+
uses: actions/configure-pages@v5
3030
- name: Set up node version
3131
uses: actions/setup-node@v2
3232
with:
@@ -49,4 +49,4 @@ jobs:
4949
steps:
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v1
52+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)