We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88fa5ff commit 38b4981Copy full SHA for 38b4981
1 file changed
.github/workflows/deploy-docs.yml
@@ -39,10 +39,14 @@ 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
- uses: actions/upload-pages-artifact@v4
46
+ uses: actions/upload-artifact@v6
47
with:
- path: packages/docs/dist/public
48
+ name: github-pages
49
+ path: artifact.tar.gz
50
51
deploy:
52
environment:
0 commit comments