Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update workflow
Browse files Browse the repository at this point in the history
nmstreethran committed Aug 18, 2024
1 parent 234a8f1 commit 733f836
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ on: push
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
# permissions:
# contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
@@ -23,8 +23,8 @@ jobs:
cache-dependency-path: docs/requirements.txt
- run: python -m pip install --upgrade pip setuptools wheel
- run: python -m pip install -r docs/requirements.txt
- name: Build HTML
- run: cd docs && make html
# - name: Build HTML
# uses: ammaraskar/sphinx-action@master
# with:
# pre-build-command: 'python -m pip install --upgrade pip setuptools wheel'

0 comments on commit 733f836

Please sign in to comment.