Skip to content

Commit

Permalink
Update doc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlinDumeur committed Jul 10, 2023
1 parent d25d915 commit 62a987d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
export SPHINXBUILD=/usr/share/miniconda/envs/test/bin/sphinx-build
make html
touch _build/.nojekyll
- name: Fix permissions
run: |
chmod -c -R +rX "doc/_build" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Archive artifact
shell: sh
if: runner.os == 'Linux'
Expand All @@ -55,7 +60,7 @@ jobs:
--exclude=.github \
.
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ${{ runner.temp }}/artifact.tar
Expand Down

0 comments on commit 62a987d

Please sign in to comment.