Skip to content

Commit

Permalink
now also for dev docs :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Nov 29, 2023
1 parent 74c6020 commit ca0e8db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-dev-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,8 @@ jobs:
- name: Ensure latest pip
run: python -m pip install --upgrade pip

- name: Install Hatch
run: pip install --upgrade --pre hatch

- name: Install ourself
run: pip install -e .
- name: Install Hatch & pre-commit
run: pip install --upgrade --pre hatch hatch-vcs pre-commit

- name: Configure Git for GitHub Actions bot
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/build-rel-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
- name: Install Hatch & pre-commit
run: pip install --upgrade --pre hatch hatch-vcs pre-commit

- name: Install ourself
run: pip install -e .

- name: Set the version of docs to publish
run: python docs/scripts/set_release_version.py

Expand Down

0 comments on commit ca0e8db

Please sign in to comment.