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 4c63ff9 commit 9ed1344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Generate documentation
id: generate
run: |
git checkout autogenerate-docs
cd docs/build
python build.py
git diff --quiet && DIFF=false || DIFF=true
Expand All @@ -37,7 +38,6 @@ jobs:
if: steps.generate.outputs.diff == 'true'
run: |
echo $GITHUB_OUTPUT
git checkout autogenerate-docs
git checkout -b update-docs
git add docs/api-reference
git config --global user.name 'github-actions'
Expand Down

0 comments on commit 9ed1344

Please sign in to comment.