Skip to content

Adapt to renamings (#110) #16

Adapt to renamings (#110)

Adapt to renamings (#110) #16

Workflow file for this run

name: Deploy Wiki
on:
push:
paths:
# Trigger only when wiki directory changes
- 'doc/wiki/**'
branches:
# And only on master branch
- master
jobs:
deploy-wiki:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Push Wiki Changes
uses: resizoltan/github-wiki-action@master
env:
# Make sure you have that / at the end. We use rsync
# WIKI_DIR's default is wiki/
WIKI_DIR: doc/wiki/
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_MAIL: resizoltan@gmail.com
GH_NAME: resizoltan