Skip to content

Commit

Permalink
push wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylyzo committed May 4, 2024
1 parent d393df8 commit a1efc67
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/sync-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ on:

jobs:
wiki-sync:
name: Sync Wiki
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/[email protected]
Expand All @@ -16,6 +18,6 @@ jobs:
git remote add wiki ${{ github.server_url }}/${{ github.repository }}.wiki.git
git fetch wiki
# - name: 'Push 'wiki' branch to Wiki repo'
# run: |
# git push --force
- name: 'Push Wiki branch to Wiki repo'
run: |
git push wiki wiki/master:master

0 comments on commit a1efc67

Please sign in to comment.