Skip to content

Commit

Permalink
action tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoolittle committed Jul 25, 2024
1 parent e46848a commit 728572f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
Expand All @@ -16,9 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install -r requirements.txt
pip install -r docs/requirements.txt
pip install sphinx
- name: Build Documentation
run: |
sphinx-build -b html docs/source/ docs/build/html
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/check_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .
pip install -r requirements.txt
pip install -r docs/requirements.txt
pip install sphinx
- name: Build Documentation
run: |
sphinx-build -b html docs/source/ docs/build/html

0 comments on commit 728572f

Please sign in to comment.