Skip to content

Commit

Permalink
cargo for building doctave
Browse files Browse the repository at this point in the history
  • Loading branch information
shtayeb committed Dec 2, 2023
1 parent 0526ace commit 54717f3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
steps:
- name: 'Checkout GitHub Action'
uses: actions/checkout@main

- uses: actions-rs/toolchain@v1
with:
toolchain: stable

- name: 'Build and deploy'
shell: bash
run: |
brew install doctave/doctave/doctave
cargo install --git https://github.com/Doctave/doctave --tag 0.4.2
doctave build --release --allow-failed-checks
- name: GitHub Pages
Expand Down

0 comments on commit 54717f3

Please sign in to comment.