Skip to content

Commit

Permalink
CI: Fixing artifacts publication
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Dec 5, 2023
1 parent 1b78dea commit bd6ebf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:
- name: Move into place and generate HTML index
run: |
sudo mv artifacts _site
cd _site/artifacts && \
tree -H . --noreport --dirsfirst -T 'Learn-ocaml latest development artifacts' --charset utf-8 -o index.html
sudo chown -R root:root _site/artifacts
cd _site/artifacts
tree -H . --noreport --dirsfirst -T 'Learn-ocaml latest development artifacts' --charset utf-8 -o index.html
sudo chown -R root:root .
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down

0 comments on commit bd6ebf8

Please sign in to comment.