mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
Merge branch 'master' into fix/input-emptycommits
This commit is contained in:
commit
deecf75ce0
8
.github/workflows/docker-image-ci.yml
vendored
8
.github/workflows/docker-image-ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user