Skip to content

Commit

Permalink
ci: change tar directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Aug 29, 2024
1 parent 7e81022 commit f217efb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:

- name: Generate artifact
run: |
echo Converting demo folder to a gzip archive with a single tar file (./.github/workflows/demo)
tar -czf ./.github/workflows/demo.tar.gz ./.github/workflows/demo
tar -czf ./.github/workflows/demo.tar.gz -C ./.github/workflows/demo .
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit f217efb

Please sign in to comment.