Skip to content

Commit

Permalink
chore: Getting CI to work
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidmt committed Mar 12, 2024
1 parent 276e421 commit 9584de8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
run: |
echo ::group::Archive artifact
tar \
--dereference --hard-dereference \
--dereference \
--hard-dereference \
--directory "_site" \
-cvf "$RUNNER_TEMP/artifact.tar" \
--exclude=.git \
--exclude=.github
--exclude=.github \
.
echo ::endgroup::
env:
INPUT_PATH: ${{ inputs.path }}
Expand Down

0 comments on commit 9584de8

Please sign in to comment.