Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ekr-cfa committed Nov 27, 2024
1 parent 1671dc7 commit af73d53
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
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
- 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

0 comments on commit af73d53

Please sign in to comment.