Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb-sti1 committed Sep 11, 2023
1 parent 394eca5 commit 80c612b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,9 @@ jobs:
chmod -c -R +rX "./documentation/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Archive artifact
run: tar --dereference --hard-dereference -cvf "$RUNNER_TEMP/artifact.tar" ./documentation/
- name: Upload artifact
- name: Upload documentation
uses: actions/upload-pages-artifact@v2
with:
name: ${{ format('{0}/backend', github.ref_name) }}
path: ${{ runner.temp }}/artifact.tar
path: ./documentation/
retention-days: 1

0 comments on commit 80c612b

Please sign in to comment.