Skip to content

Commit

Permalink
Uncomment steps
Browse files Browse the repository at this point in the history
  • Loading branch information
DESm1th authored Aug 30, 2022
1 parent 0bd2552 commit ecab9b1
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,14 @@ jobs:
- name: Update pip
run: python -m pip install --upgrade pip
- name: Install docs requirements
run: ls -al
# - name: Install docs requirements
# run: python -m pip install .[docs]
# - name: Build docs
# run: sphinx-build docs docs/_build
# - name: Add .nojekyll file to build folder
# run: touch docs/_build/.nojekyll
# - name: Deploy docs if the branch has updated
# uses: JamesIves/[email protected]
# with:
# branch: gh-pages
# folder: docs/_build
# if: github.event_name == 'push'
run: python -m pip install .[docs]
- name: Build docs
run: sphinx-build docs docs/_build
- name: Add .nojekyll file to build folder
run: touch docs/_build/.nojekyll
- name: Deploy docs if the branch has updated
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/_build
if: github.event_name == 'push'

0 comments on commit ecab9b1

Please sign in to comment.