chore(site): run workflow only on site changes (#696)

* chore(site): run workflow only on `site` changes

* Update .github/workflows/docs.yml

Co-authored-by: Florian Forster <florian@caos.ch>

Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
Livio Amstutz 2020-09-04 12:23:15 +02:00 committed by GitHub
parent 76b5b5fa9c
commit a2aabe577a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,9 @@
name: Docs
on: push
# push:
# paths:
# - 'site/**'
on:
push:
paths:
- 'site/**'
- 'docs/**'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}