Skip to content

Commit

Permalink
wip1
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaramadze committed Jul 29, 2024
1 parent dd3ccae commit 27e7bcb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@ jobs:
- name: Generate documentation
id: generate
run: |
git rev-parse --abbrev-ref HEAD
git checkout autogenerate-docs
git rev-parse --abbrev-ref HEAD
git diff
cd docs/build
python build.py
git diff --quiet && DIFF=false || DIFF=true
git diff
echo $DIFF
echo "diff=$DIFF" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 27e7bcb

Please sign in to comment.