Skip to content

Commit

Permalink
disable build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fariedabuzaid committed Jan 19, 2024
1 parent da312af commit 5108985
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_and_render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
run: pip install -e .
- name: Run tests
run: pytest
- name: Build docs
# - name: Build docs
# NOTE: feel free to delete the if-else and just keep the else line. It's simply a special case to make the
# automatically generated thesan_output fully representative. In normal cases, the notebooks are rendered
# locally and html is committed
run: |
if [ $(basename "$PWD") = "thesan_output" ]; then
bash build_scripts/build_docs.sh --execute
else
bash build_scripts/build_docs.sh --skip-nbconvert --skip-jupyter-book
fi
# run: |
# if [ $(basename "$PWD") = "thesan_output" ]; then
# bash build_scripts/build_docs.sh --execute
# else
# bash build_scripts/build_docs.sh --skip-nbconvert --skip-jupyter-book
# fi
- name: Prepare Pages
if: github.ref == 'refs/heads/master'
run: mv docs/_build/html/* public/
Expand Down

0 comments on commit 5108985

Please sign in to comment.