Skip to content

Commit

Permalink
When you specify the wrong crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Oct 20, 2023
1 parent 6c528b1 commit 50d9317
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install Papyri
run: cargo install papyri
uses: baptiste0928/cargo-install@v2
with:
crate: papyri-lang

- name: Generate KDoc
run: ./gradlew dokkaHtml
Expand Down

0 comments on commit 50d9317

Please sign in to comment.