Skip to content

Commit

Permalink
docs: debug fetching tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vpratz committed Dec 17, 2024
1 parent aa46c1b commit e70065d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Create local branches
run: |
cd ./dev
git fetch --tags
git branch master remotes/origin/master
git git fetch --prune --unshallow --tags
git tag
- name: Make the Sphinx docs
run: |
cd ./dev/docsrc
make clean
make github
- name: Commit changes to docs
run: |
Expand Down
2 changes: 1 addition & 1 deletion docsrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dev:
@cp .nojekyll ../docs/.nojekyll

github:
@sphinx-polyversion -vv poly.py
@sphinx-polyversion -vvv poly.py
@echo 'Copying docs to ../docs'
@cp -a _build_polyversion/. ../docs
@cp .nojekyll ../docs/.nojekyll
Expand Down

0 comments on commit e70065d

Please sign in to comment.