Skip to content

Commit dc27121

Browse files
authored
ci: Fix deploy.yml for real (#1699)
2 parents 1fc0d98 + 4052ad4 commit dc27121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
BUILDDIR=ci/build-docs
5151
cargo creusot doc -- -p creusot-contracts --no-deps --target-dir $BUILDDIR
52-
cp ci/html/highlight.css guide/book/theme/highlight.js $BUILDDIR/doc
52+
cp ci/html/highlight.css guide/theme/highlight.js $BUILDDIR/doc
5353
env:
5454
RUSTDOCFLAGS: '--html-after-content ci/html/postscript.html --html-in-header ci/html/header.html'
5555
- name: Upload creusot_contracts artifact

0 commit comments

Comments
 (0)