Skip to content

Commit 065fcd5

Browse files
authored
Merge pull request #545 from stacks-network/combine-whitepapers
update deploy-pages workflow
2 parents 6b63ee3 + f0a67cf commit 065fcd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- name: Setup Pages
4444
uses: actions/configure-pages@v2
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v4
46+
uses: actions/upload-pages-artifact@v3
4747
with:
4848
path: "dist"
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v1
51+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)