add remote #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Wiki | |
on: | |
push: | |
branches: [ ci, wiki/master ] | |
jobs: | |
wiki-sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Add Wiki remote | |
run: | | |
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 |