peaceiris
|
e60d374041
|
docs: Enhance node-version
|
2019-10-08 18:59:10 +09:00 |
imgbot[bot]
|
8191f265b1
|
[ImgBot] Optimize images (#40)
/images/ogp.svg -- 45.84kb -> 45.82kb (0.05%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
|
2019-10-08 14:00:13 +09:00 |
peaceiris
|
4eb9565412
|
docs: update
|
2019-10-07 03:20:07 +09:00 |
peaceiris
|
e5910bfc4f
|
docs: update tag
|
2019-10-07 00:21:11 +09:00 |
peaceiris
|
09158e35aa
|
docs: Fix tag
|
2019-10-07 00:01:25 +09:00 |
peaceiris
|
26405de510
|
docs: update latest tag
|
2019-10-07 00:00:09 +09:00 |
Shohei Ueda
|
855ba06744
|
Release: v2.5.0 (#38)
* gha: enhance trigger
* feat: Add SCRIPT_MODE
* docs: Update about GITHUB_TOKEN
* docs: Add new section about Script mode, close #37
|
2019-10-06 23:53:36 +09:00 |
peaceiris
|
159b07d518
|
docs: update
|
2019-10-06 21:10:05 +09:00 |
Simon Eßlinger
|
37e4747275
|
feat: deploy to other repo (#36)
* feat: Add EXTERNAL_REPOSITORY option
* docs: Add section about EXTERNAL_REPOSITORY
|
2019-10-06 19:41:46 +09:00 |
peaceiris
|
ea833f5400
|
meta: Update description
|
2019-10-03 11:31:57 +09:00 |
peaceiris
|
3ceceb921f
|
docs: Add new section (Use the latest and specific release)
|
2019-09-29 18:03:31 +09:00 |
peaceiris
|
9e74ae3f23
|
docs: update
|
2019-09-29 17:50:32 +09:00 |
peaceiris
|
76490a48db
|
docs: enhance TOC
|
2019-09-29 17:46:43 +09:00 |
peaceiris
|
c138367a6e
|
docs: Add Back to TOC link
|
2019-09-29 17:42:23 +09:00 |
peaceiris
|
3e2f32bb1e
|
docs: enhance description
|
2019-09-29 17:36:37 +09:00 |
peaceiris
|
f54520fcda
|
docs: Add file addition examples
|
2019-09-29 14:26:04 +09:00 |
peaceiris
|
83bc08b934
|
docs: update tag of peaceiris/actions-hugo to v2.2.1
|
2019-09-25 12:45:09 +09:00 |
Shohei Ueda
|
380b190669
|
fix: avoid #29 for keepFiles option (#34)
* fix: avoid #29
* docs: update TOC
* docs: update tag to v2.4.0
|
2019-09-25 03:00:25 +09:00 |
Roman Hotsiy
|
8eedda6921
|
feat: new option keepFiles (#33)
|
2019-09-25 02:41:21 +09:00 |
peaceiris
|
13d694636e
|
docs: Add submodules to actions/checkout
https://github.com/peaceiris/actions-hugo/issues/42
|
2019-09-24 07:29:34 +09:00 |
peaceiris
|
551961e807
|
gha: remove paths
|
2019-09-23 14:36:00 +09:00 |
peaceiris
|
3e09c28a79
|
docs: update tag
|
2019-09-23 14:07:50 +09:00 |
Shohei Ueda
|
8f168fea5a
|
fix: Fixes for docker hub image (#28)
* fix: Fixes for docker hub image (INPUT_EMPTYCOMMITS false condition)
* fix: Add skip function
Close #27
Close #31
Keep open #29
* gha: Add fetch-depth 1 to actions/checkout
* gha: Add pull_request trigger, Close #32
|
2019-09-23 14:00:10 +09:00 |
peaceiris
|
5a72c9206d
|
docs: update
|
2019-09-22 16:15:46 +09:00 |
peaceiris
|
b8dd2848eb
|
gha: Add paths trigger
|
2019-09-22 16:14:23 +09:00 |
peaceiris
|
4530dcd167
|
docs: Add link to issue #9
https://github.com/peaceiris/actions-gh-pages/issues/31
|
2019-09-22 14:03:03 +09:00 |
Shohei Ueda
|
74f032c7e9
|
docs: Add log images (#30)
* docs: Add log images
* docs: replace star emoji
|
2019-09-22 13:06:23 +09:00 |
peaceiris
|
0713c6cb9c
|
docs: update peaceiris/actions-hugo@v2.2.0
|
2019-09-21 10:48:31 +09:00 |
peaceiris
|
c647ffeac6
|
style: reindent
|
2019-09-20 14:59:10 +09:00 |
peaceiris
|
b16172a44d
|
docs: Add section about .nojekyll #26
|
2019-09-20 09:07:35 +09:00 |
peaceiris
|
4f0ad674b7
|
docs: update peaceiris/actions-hugo@v2.1.0
|
2019-09-18 04:26:28 +09:00 |
peaceiris
|
16fae5a6db
|
docs: Add Tips and FAQ section for #25
|
2019-09-17 22:55:15 +09:00 |
peaceiris
|
e46ccd0122
|
docs: Add peaceiris/actions-hugo@v2.0.0
|
2019-09-16 08:40:04 +09:00 |
peaceiris
|
087a904156
|
docs: Upgrade peaceiris/actions-gh-pages to v2.3.1
|
2019-09-16 01:11:55 +09:00 |
blue-jam
|
47a6d63ea8
|
Fix: "git rm" fails when publish branch is empty (#24)
When a publish branch exists and it has no files, `git rm -r '*'` fails with
```
fatal: pathspec '*' did not match any files
```
`--ignore-unmatch` option let git exit with a zero status in this case.
Reference: https://git-scm.com/docs/git-rm#Documentation/git-rm.txt---ignore-unmatch
|
2019-09-16 01:06:45 +09:00 |
peaceiris
|
201f9af234
|
docs: Update Hugo workflow example
- Update Hugo workflow example (Install Hugo with downloading binary)
- Remove `peaceiris/actions-hugo` from README
Close #23
|
2019-09-15 04:24:29 +09:00 |
peaceiris
|
d3bd43b617
|
docs: Update action tag to v2.3.0
|
2019-09-15 03:54:18 +09:00 |
James McCollum
|
241ef9fea0
|
feat: Add emptyCommits option (#22)
* feat: Add emptyCommits option (@kingofzeal)
* docs: Update README about emptyCommits option (@kingofzeal)
* gha: Update trigger of docker image ci workflow (@peaceiris)
Close #21
|
2019-09-15 03:49:20 +09:00 |
peaceiris
|
dea149a296
|
docs: Add example for Next project (React)
|
2019-09-13 02:20:10 +09:00 |
peaceiris
|
6f22f8bab3
|
docs: Remove .nojekyll
`npm run generate` creates `dist/.nojekyll` automatically
|
2019-09-13 00:46:04 +09:00 |
peaceiris
|
b6f9d57b6e
|
docs: Add Gatsby example
|
2019-09-12 21:15:05 +09:00 |
peaceiris
|
926fd81d28
|
docs: Add link to GitHub Pages Deployment - Nuxt.js
|
2019-09-12 20:59:02 +09:00 |
peaceiris
|
c2b05426eb
|
docs: Add premise for Nuxt project about .nojekyll
|
2019-09-12 20:17:20 +09:00 |
peaceiris
|
a938c00ed3
|
docs: update toc
|
2019-09-12 20:13:41 +09:00 |
peaceiris
|
6025194d82
|
docs: add example for Nuxt (Vue)
|
2019-09-12 20:12:48 +09:00 |
peaceiris
|
6bbc45593f
|
docs: add links to next.js and nuxt.js
|
2019-09-10 16:10:26 +09:00 |
peaceiris
|
423f0009fd
|
docs: add premise for dependencies management of Node.js and Python project
|
2019-09-10 15:46:19 +09:00 |
peaceiris
|
142a3920a3
|
style(readme): add new line
|
2019-09-10 15:27:07 +09:00 |
peaceiris
|
8cc357e55e
|
docs: add example YAML workflow setting filefor Static Site Generators with Node.js
|
2019-09-10 15:18:51 +09:00 |
peaceiris
|
7115ce79d6
|
docs: add Static Site Generators in Python
|
2019-09-10 15:11:43 +09:00 |