Skip to content

Commit

Permalink
update html dir
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-ashkinaze committed Jul 6, 2024
1 parent 917055c commit c104997
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run tests
Expand Down Expand Up @@ -73,12 +71,9 @@ jobs:
run: |
cd docs
make html
ls -la build/html # List contents of build/html for debugging
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
# Keep the nojekyll file
keep_files: nojekyll
publish_dir: docs/_build/html

0 comments on commit c104997

Please sign in to comment.