Skip to content

Commit

Permalink
ci: remove upload artifact for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Sep 19, 2024
1 parent 8540f33 commit 7289e46
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,3 @@ jobs:
env:
RUSTDOCFLAGS: --show-type-layout --enable-index-page -Zunstable-options -A rustdoc::private-doc-tests -D warnings
run: cargo doc --workspace --no-deps
- name: Compress docs artifacts
run: tar czf express-core-docs.tar.gz target/doc
- name: Archive docs
uses: actions/upload-artifact@v4
if: always()
with:
name: docs
path: express-core-docs.tar.gz

0 comments on commit 7289e46

Please sign in to comment.