Skip to content

Commit

Permalink
Fix deployment of creusot-contracts doc (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudgolfouse authored Dec 10, 2024
2 parents 8e2fe19 + 3ab09bd commit 739b2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ jobs:
mkdir -p ~/.config/creusot
cp ci/creusot-config-dummy.toml ~/.config/creusot/Config.toml
- name: Build doc
run: cargo run -p cargo-creusot --release -- creusot doc -- -p creusot-contracts --no-deps
run: cargo run -p cargo-creusot --release -- creusot doc -- -p creusot-contracts --no-deps --target-dir ci/build-docs/
- name: Upload creusot_contracts artifact
uses: actions/upload-artifact@v4
with:
name: creusot_contracts
path: |
target/doc/
ci/build-docs/doc/
deploy:
needs: [build-guide, build-docs]
Expand Down

0 comments on commit 739b2d0

Please sign in to comment.