Skip to content

Commit 3b26c1d

Browse files
committed
fix make
1 parent 8b1b8db commit 3b26c1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: build multiversion documentation
5454
# if: ${{ github.ref == 'refs/heads/dev' }}
5555
run: |
56-
make docs
56+
make multi-version-docs
5757
5858
- name: save branch name without slashes
5959
env:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ test-docs: docs
3838
serve-docs: docs
3939
$(poetry) python -m http.server -d docs/build/html 8333
4040

41-
.PHONY: multi-version
42-
multi-version:
41+
.PHONY: multi-version-docs
42+
multi-version-docs:
4343
$(poetry) python -m sphinx-multiversion docs/source docs/build/html
4444

4545
.PHONY: clean-docs

0 commit comments

Comments
 (0)