Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
JensAstrup committed Mar 29, 2024
1 parent 5d422f0 commit d3973f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:
tar \
--dereference --hard-dereference \
--create \
--file "$RUNNER_TEMP/artifact.tar" \
--file "artifact.tar" \
--exclude=.git \
--exclude=.github \
-C ./docs/ . # Include all files in the 'docs' directory
echo ::endgroup::
- name: Upload artifact
id: upload-artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d3973f5

Please sign in to comment.