Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Oct 20, 2023
1 parent d768dbe commit 278d47f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Papyri
uses: actions-rs/toolchain@v1

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

- name: Generate KDoc
Expand All @@ -17,10 +18,10 @@ jobs:
- name: Compile Metis
run: ./gradlew shadowJar

- name: Run the doc generator
uses: actions/setup-python@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Run the doc generator
run: python3 docs/gen.py

- name: Fix permissions
Expand Down

0 comments on commit 278d47f

Please sign in to comment.