Skip to content

Commit

Permalink
Rename Docs File
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Engelhardt <[email protected]>
  • Loading branch information
antonengelhardt committed Jul 2, 2023
1 parent 0136182 commit 2ced099
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
toolchain: stable

- name: Use clippy
- name: Generate documentation
uses: actions-rs/cargo@v1
with:
command: doc
Expand All @@ -71,11 +71,11 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y zip
cd target/doc
zip -r doc.zip .
zip -r docs .
cd ../..
- name: Archive documentation
uses: actions/upload-artifact@v2
with:
name: doc.zip
path: target/doc/doc.zip
name: docs.zip
path: target/doc/docs.zip

0 comments on commit 2ced099

Please sign in to comment.