Skip to content

Commit

Permalink
Removed tar
Browse files Browse the repository at this point in the history
  • Loading branch information
janwuesten committed Dec 21, 2023
1 parent fffd078 commit eba32d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,11 @@ jobs:
- name: Build docs
run: npm run build
working-directory: docs
- name: Archive artifact
run: tar -cvf artifact.tar build --dereference --hard-dereference
working-directory: docs
- name: Upload artifact
id: upload-artifact
uses: actions/upload-pages-artifact@v2
with:
name: github-pages
path: docs/artifact.tar
retention-days: 1
path: docs/build
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit eba32d2

Please sign in to comment.