chore: Update main.yml

This commit is contained in:
michaelcurrin
2020-06-16 19:44:23 +02:00
committed by GitHub
parent a8d346de5d
commit 7b0ffe8c9d

View File

@@ -4,7 +4,9 @@ on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
build:
name: Build
@@ -18,5 +20,3 @@ jobs:
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}