Skip to content

Commit

Permalink
fix(wiki): Explicitly set branch
Browse files Browse the repository at this point in the history
Git clone had a hard time finding the default
  • Loading branch information
Ninja243 committed Jul 4, 2024
1 parent f6cf0a8 commit 9ab17e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ jobs:
with:
repository: ${{github.repository}}.wiki
path: markdown
ref: master
- name: Push to wiki
run: |
cp -r generated-documentation.md markdown/
Expand Down

0 comments on commit 9ab17e3

Please sign in to comment.