Skip to content

Commit

Permalink
fix doc site github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-chung committed Nov 25, 2023
1 parent 98c6538 commit 43fa339
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docsite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
- name: Build
shell: bash
run: |
brew install doctave/doctave/doctave
doctave build --release --allow-failed-checks
curl -LO "https://github.com/Doctave/doctave/releases/download/0.4.2/doctave-0.4.2-x86_64-unknown-linux-musl.tar.gz"
tar -xzf doctave-0.4.2-x86_64-unknown-linux-musl.tar.gz
mv doctave-0.4.2-x86_64-unknown-linux-musl/doctave ./
./doctave build --release --allow-failed-checks
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 43fa339

Please sign in to comment.