Skip to content

Commit deecf75

Browse files
authored
Merge branch 'master' into fix/input-emptycommits
2 parents 45fd035 + 5a72c92 commit deecf75

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/docker-image-ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: docker image ci
22

3-
on: push
3+
on:
4+
push:
5+
paths:
6+
- '**'
7+
- '!LICENSE'
8+
- '!README.md'
9+
- '!images'
410

511
jobs:
612
test:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ By pulling docker images, you can reduce the overall execution time of your work
169169

170170
> **NOTES**: Do not use `GITHUB_TOKEN`.
171171
>
172-
> This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. See [Issue #9]
172+
> This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. GitHub team is investigating that. See [Issue #9]
173173

174174
[Issue #9]: https://github.com/peaceiris/actions-gh-pages/issues/9
175175

0 commit comments

Comments
 (0)