Skip to content

Commit 95b8299

Browse files
author
Chris
committed
Actually use the proper upload step
1 parent 916c0e5 commit 95b8299

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/deploy-gh-pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- name: Copy index.html to deploy directory
4949
run: cp index.html ./out
5050

51-
- name: Upload artifacts
52-
uses: actions/upload-artifact@v4
51+
- name: Upload static files as artifact
52+
id: deployment
53+
uses: actions/upload-pages-artifact@v3
5354
with:
54-
name: github-pages
5555
path: './out'
5656

5757
deploy:

0 commit comments

Comments
 (0)