Skip to content

Commit

Permalink
Attempt to include
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup committed Mar 29, 2024
1 parent b44810c commit abff341
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,7 @@ jobs:
shell: sh
run: |
echo ::group::Archive artifact
tar \
--create \
--file "artifact.tar" \
--exclude=.git \
--exclude=.github \
-C ./docs/ . \
-C ./docs/ --include='.nojekyll' # Include .nojekyll explicitly
find ./docs -name ".nojekyll" -print0 | tar --null --no-recursion --create --file "artifact.tar" --exclude=.git --exclude=.github --files-from -
echo ::endgroup::
- name: Upload artifact
Expand Down

0 comments on commit abff341

Please sign in to comment.