Skip to content

Commit 46a07c3

Browse files
committedFeb 1, 2025·
workflow version
1 parent a604f79 commit 46a07c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
# I have no idea if this actually needed...
5454
uses: actions/configure-pages@v3
5555
- name: Upload artifact
56-
uses: actions/upload-pages-artifact@v2
56+
uses: actions/upload-pages-artifact@v3
5757
with:
5858
path: 'site/' # MkDocs builds to site/ by default
5959
- name: Deploy to GitHub Pages
6060
id: deployment # This is required for environment
61-
uses: actions/deploy-pages@v2
61+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)
Please sign in to comment.