Skip to content

Commit 38b4981

Browse files
committed
ci: migrate way from upload-pages-artifact
1 parent 88fa5ff commit 38b4981

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@ 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+
4245
- name: Upload artifact
43-
uses: actions/upload-pages-artifact@v4
46+
uses: actions/upload-artifact@v6
4447
with:
45-
path: packages/docs/dist/public
48+
name: github-pages
49+
path: artifact.tar.gz
4650

4751
deploy:
4852
environment:

0 commit comments

Comments
 (0)