Skip to content

Commit 9ab17e3

Browse files
committed
fix(wiki): Explicitly set branch
Git clone had a hard time finding the default
1 parent f6cf0a8 commit 9ab17e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ jobs:
338338
with:
339339
repository: ${{github.repository}}.wiki
340340
path: markdown
341+
ref: master
341342
- name: Push to wiki
342343
run: |
343344
cp -r generated-documentation.md markdown/

0 commit comments

Comments
 (0)