Skip to content

Commit

Permalink
Argh
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Nov 27, 2024
1 parent af73d53 commit c90c549
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,10 @@ env:

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: Clean up
run: cargo clean --doc
- name: Build
run: cargo doc --no-deps
- name: Upload doc
uses: actions/upload-artifact@v4
with:
path: |
target/doc
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo doc --no-deps

0 comments on commit c90c549

Please sign in to comment.