Skip to content

Commit 25dff39

Browse files
committed
Revert "ci: migrate way from upload-pages-artifact"
This reverts commit 38b4981.
1 parent 0ea9d92 commit 25dff39

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,10 @@ jobs:
3939
- name: Setup Pages
4040
uses: actions/configure-pages@v5
4141

42-
- name: Create Pages artifact
43-
run: tar -cvzf artifact.tar.gz -C packages/docs/dist/public .
44-
4542
- name: Upload artifact
46-
uses: actions/upload-artifact@v6
43+
uses: actions/upload-pages-artifact@v4
4744
with:
48-
name: github-pages
49-
path: artifact.tar.gz
45+
path: packages/docs/dist/public
5046

5147
deploy:
5248
environment:

0 commit comments

Comments
 (0)