Skip to content

Commit

Permalink
fix wiki sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jkroepke committed Sep 24, 2023
1 parent da4ecaf commit 52e3bf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- docs/**
- .github/workflows/wiki.yaml

permissions:
contents: write
Expand Down Expand Up @@ -34,4 +35,4 @@ jobs:
git config --local user.name "GitHub Action"
git add .
git diff-index --quiet HEAD || git commit -m "Automatically publish wiki" && git push
working-directory: wiki
working-directory: wiki.git

0 comments on commit 52e3bf9

Please sign in to comment.