Skip to content

Commit

Permalink
ci: Remove disnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed May 15, 2024
1 parent ed4d623 commit 9de2ae5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,10 @@ jobs:
RUSTDOCFLAGS: --cfg _doc
run: cargo doc -Zrustdoc-map

- name: Build C Documentation
uses: mattnotmitt/[email protected]

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./target/doc
force_orphan: true

- name: Deploy External Docs
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: oxilibc/oxilibc-docs
publish_branch: main # default: gh-pages
publish_dir: ./target/doc

0 comments on commit 9de2ae5

Please sign in to comment.