Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freetonik authored Jan 3, 2025
1 parent bcf24cc commit 2175cdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
cd "$(tar -tzf *.tar.gz | head -1 | cut -f1 -d"/")"
echo "building docs..."
python -m sphinx docs ../../public/$package
# add .nojekyll in order to stop Github from treating the directory as a Jekyll blog generator,
# which ignores directories starting with underscore
touch ../../public/$package/.nojekyll
echo "cleaning up..."
cd ..
rm -rf *
Expand All @@ -48,6 +51,7 @@ jobs:
cd ..
rm -rf temp
rm -rf public/jupyter_execute
touch public/.nojekyll
- name: Install rsync
run: |
Expand Down

0 comments on commit 2175cdf

Please sign in to comment.