Skip to content

push wiki

push wiki #3

Workflow file for this run

name: Sync Wiki
on:
push:
branches: [ ci, wiki/master ]
jobs:
wiki-sync:
name: Sync Wiki
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 wiki wiki/master:master