Skip to content

Commit

Permalink
extrart and archive again using tar
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Aug 15, 2024
1 parent 86f5262 commit 6f1175a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,19 @@ jobs:
name: github-pages
path: ./docs


- name: Extract Docs
run: tar -xf ./docs/artifact.tar -C ./docs/

- name: Create deploy.tar
run: tar -cf deploy.tar ./*


- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: deploy
path: .
path: ./deploy.tar

deploy:
needs: bundle-artifacts
Expand Down

0 comments on commit 6f1175a

Please sign in to comment.