Skip to content

Commit

Permalink
Bypass Jeckyll before deplying on Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Feb 13, 2024
1 parent bae4951 commit f145dc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
sudo apt update --yes && sudo apt install --yes doxygen
pip install -e .[docs]
- name: Build
run: make -C docs html
run: |
make -C docs html
touch docs/build/html/.nojekyll
- name: Deploy to github pages
# only run on push to main
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit f145dc3

Please sign in to comment.