Merge branch 'master' into fix/input-emptycommits

This commit is contained in:
Shohei Ueda 2019-09-22 16:18:24 +09:00 committed by GitHub
commit deecf75ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
name: docker image ci
on: push
on:
push:
paths:
- '**'
- '!LICENSE'
- '!README.md'
- '!images'
jobs:
test:

View File

@ -169,7 +169,7 @@ By pulling docker images, you can reduce the overall execution time of your work
> **NOTES**: Do not use `GITHUB_TOKEN`.
>
> This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. See [Issue #9]
> This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. GitHub team is investigating that. See [Issue #9]
[Issue #9]: https://github.com/peaceiris/actions-gh-pages/issues/9