Skip to content

Commit

Permalink
disable docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Feb 7, 2024
1 parent 754b5c8 commit fe06f0c
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/release-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,23 @@ jobs:
name: windows-exe
path: build/PorcupineSetup_*.exe

docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: pip
- run: pip install wheel
- run: pip install -r requirements-dev.txt
- run: python3 -m sphinx ./docs ./build
- if: startsWith(github.ref, 'refs/tags/v')
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
# TODO: enable docs again? don't know why broken
#docs:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-python@v4
# with:
# python-version: "3.11"
# cache: pip
# - run: pip install wheel
# - run: pip install -r requirements-dev.txt
# - run: python3 -m sphinx ./docs ./build
# - if: startsWith(github.ref, 'refs/tags/v')
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: build

changelog:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe06f0c

Please sign in to comment.