Skip to content

Commit

Permalink
fix(ci): Remove Docs gh-page publish (#216)
Browse files Browse the repository at this point in the history
### Description

Removes the publishing of basic docs to gh-pages. There's now a nice
mdbook that's published by the books.yml workflow.
  • Loading branch information
refcell authored Nov 1, 2024
1 parent 8e713c5 commit 15d9666
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,6 @@ jobs:
RUSTDOCFLAGS:
--cfg docsrs -D warnings --show-type-layout --generate-link-to-definition
--enable-index-page -Zunstable-options
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/doc
force_orphan: true

fmt:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15d9666

Please sign in to comment.