We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fc0d98 + 4052ad4 commit dc27121Copy full SHA for dc27121
.github/workflows/deploy.yml
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
BUILDDIR=ci/build-docs
51
cargo creusot doc -- -p creusot-contracts --no-deps --target-dir $BUILDDIR
52
- cp ci/html/highlight.css guide/book/theme/highlight.js $BUILDDIR/doc
+ cp ci/html/highlight.css guide/theme/highlight.js $BUILDDIR/doc
53
env:
54
RUSTDOCFLAGS: '--html-after-content ci/html/postscript.html --html-in-header ci/html/header.html'
55
- name: Upload creusot_contracts artifact
0 commit comments