Skip to content

Commit 7adb6b2

Browse files
committed
Fix initial documentation cache creation
1 parent 9cb1da6 commit 7adb6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
mkdir -p build/docs/html
4646
pushd build/docs/html
47-
git init --bare
47+
git init
4848
git switch --orphan documentation
4949
git remote add -t documentation origin ${{ github.repositoryUrl }}
5050
popd

0 commit comments

Comments
 (0)