Skip to content

Commit 45563ea

Browse files
authored
Merge pull request #98 from jhkrug/deploy-pages-4
deploy-pages 4 and upload-pages-artifact 3
2 parents c893a58 + c1552c5 commit 45563ea

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
@@ -38,7 +38,7 @@ jobs:
3838
- name: Generate Site
3939
run: make remote
4040
- name: Upload Artifacts
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
path: build/site
4444
- name: Push the static site content to gh-pages branch
@@ -55,4 +55,4 @@ jobs:
5555
git push --force origin gh-pages
5656
- name: Deploy to GitHub Pages
5757
id: deployment
58-
uses: actions/deploy-pages@v2
58+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)