Skip to content

Commit

Permalink
Update mdwiki.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csmir authored Jan 31, 2024
1 parent a244ec3 commit 1e31b6b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/mdwiki.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: mdtowiki
run-name: Synchronizing documentation
name: wiki
run-name: Wiki Generation
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
wiki-push:
runs-on: ubuntu-latest
Expand All @@ -14,7 +12,7 @@ jobs:
username: csmir
access_token: ${{ secrets.GITHUB_TOKEN }}
wiki_folder: wiki
commit_message: 'action: Sync'
commit_username: 'Contributors'
commit_message: 'Wiki publish'
commit_username: 'contrib'
commit_email: '[email protected]'

0 comments on commit 1e31b6b

Please sign in to comment.