Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Commit

Permalink
Stop deploying docs to gh-pages branch in docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Dec 29, 2021
1 parent 2466346 commit a55d89d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ jobs:

- name: Build Documentation
run: cargo doc --all --no-deps --target x86_64-unknown-linux-musl

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

0 comments on commit a55d89d

Please sign in to comment.