We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ea9d92 commit 25dff39Copy full SHA for 25dff39
1 file changed
.github/workflows/deploy-docs.yml
@@ -39,14 +39,10 @@ jobs:
39
- name: Setup Pages
40
uses: actions/configure-pages@v5
41
42
- - name: Create Pages artifact
43
- run: tar -cvzf artifact.tar.gz -C packages/docs/dist/public .
44
-
45
- name: Upload artifact
46
- uses: actions/upload-artifact@v6
+ uses: actions/upload-pages-artifact@v4
47
with:
48
- name: github-pages
49
- path: artifact.tar.gz
+ path: packages/docs/dist/public
50
51
deploy:
52
environment:
0 commit comments