Skip to content

Commit

Permalink
Remove deploy docs job
Browse files Browse the repository at this point in the history
This job no longer works so this patch removes it from the GitHub
Actions workflow.  Users should refer to docs.rs instead.
  • Loading branch information
robin-nitrokey committed Jul 3, 2024
1 parent 9a97d10 commit 9ed715b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,3 @@ jobs:
- name: Build Documentation
run: cargo doc --no-deps

- name: Deploy Docs
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc

0 comments on commit 9ed715b

Please sign in to comment.