Skip to content

Merge branch 'master' of github.com:punyhumangames/ArcPluginsDocument… #103

Merge branch 'master' of github.com:punyhumangames/ArcPluginsDocument…

Merge branch 'master' of github.com:punyhumangames/ArcPluginsDocument… #103

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}