Skip to content

Commit dd3ccae

Browse files
committed
wip
1 parent 9ed1344 commit dd3ccae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
- name: Generate documentation
2727
id: generate
2828
run: |
29+
git rev-parse --abbrev-ref HEAD
2930
git checkout autogenerate-docs
31+
git rev-parse --abbrev-ref HEAD
3032
cd docs/build
3133
python build.py
3234
git diff --quiet && DIFF=false || DIFF=true

0 commit comments

Comments
 (0)