Skip to content

update to new remote link #8

update to new remote link

update to new remote link #8

Workflow file for this run

# https://github.com/marketplace/actions/github-wiki-action
name: Deploy Wiki
on:
push:
paths:
# Trigger only when wiki directory changes
- "wiki/**"
branches:
# And only on master branch
- main
jobs:
deploy-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Push Wiki Changes
uses: Andrew-Chen-Wang/github-wiki-action@v3
env:
WIKI_DIR: wiki/ # WIKI_DIR's default is wiki/ - Make sure you have that / at the end. We use rsync
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_MAIL: ${{ github.event.pusher.email }}
GH_NAME: ${{ github.repository_owner }}
EXCLUDED_FILES: "_ignore/"