Skip to content

Commit 396229b

Browse files
author
Matthias Koeppe
committed
Fixup
1 parent 9905d4e commit 396229b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
set -ex
8383
mv /sage/local/share/doc/sage/html/en/.git /sage/.git-doc
8484
make doc-clean doc-uninstall sagelib-clean && git clean -fx src/sage
85-
mkdir -p /sage/local/share/doc/sage/html/en/ && mv /sage/.git-doc /sage/local/share/doc/sage/html/en/
85+
mkdir -p /sage/local/share/doc/sage/html/en/ && mv /sage/.git-doc /sage/local/share/doc/sage/html/en/.git
8686
./config.status && make doc-html
8787
working-directory: ./worktree-image
8888
env:

0 commit comments

Comments
 (0)