Merge branch 'master' into fix/input-emptycommits
This commit is contained in:
commit
deecf75ce0
|
@ -1,6 +1,12 @@
|
|||
name: docker image ci
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- '**'
|
||||
- '!LICENSE'
|
||||
- '!README.md'
|
||||
- '!images'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue