diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f1cbc4e..a93c1db 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }}