Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze committed Jul 29, 2024
1 parent 9ed1344 commit dd3ccae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
- name: Generate documentation
id: generate
run: |
git rev-parse --abbrev-ref HEAD
git checkout autogenerate-docs
git rev-parse --abbrev-ref HEAD
cd docs/build
python build.py
git diff --quiet && DIFF=false || DIFF=true
Expand Down

0 comments on commit dd3ccae

Please sign in to comment.