Skip to content

Commit

Permalink
Disable GH pages build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Panchenko committed May 22, 2024
1 parent edf8234 commit bb89fdd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lint_and_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
run: poetry run poe type-check
- name: Docs
run: poetry run poe doc-build
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "docs/_build"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v2
# with:
# path: "docs/_build"
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v2

0 comments on commit bb89fdd

Please sign in to comment.