Commit Graph

89 Commits

Author SHA1 Message Date
peaceiris c656aacd4e docs: update mdbook example workflow 2019-11-20 18:15:13 +09:00
Shohei Ueda 34c4d59419
docs: Add link to mdbook 2019-11-20 18:00:18 +09:00
peaceiris db893610ff docs: update toc 2019-11-20 17:52:26 +09:00
Shohei Ueda 8daaa39070
docs: Add mdbook example 2019-11-20 17:51:46 +09:00
Shohei Ueda 8dc241e75a
docs: update cache step example for yarn
https://github.com/actions/cache/blob/master/examples.md#node---yarn
https://github.com/actions/cache/pull/70
2019-11-14 00:33:03 +09:00
Shohei Ueda 20ef467283
Update README.md 2019-11-13 11:08:54 +09:00
Shohei Ueda 49a4a6dfc2
Update README.md 2019-11-13 09:28:54 +09:00
Shohei Ueda 74185ffe80
docs: Add cache step to Python example
Close #48
2019-11-13 09:18:16 +09:00
Shohei Ueda 097933f4ab
Update README.md 2019-11-12 11:00:34 +09:00
Shohei Ueda 8972cc626f
Update README.md 2019-11-11 22:01:38 +09:00
Shohei Ueda 1468ca9775
docs: Fix cache step of React and Next example 2019-11-10 21:19:30 +09:00
peaceiris 645870064d docs: Add cache step 2019-11-10 14:19:52 +09:00
peaceiris cd78101d9c docs: Remove Hugo --gc flag
This flag should be used on local.
It is wasteful to use the Garbage Collection on CI.
2019-10-24 21:46:41 +09:00
peaceiris 69067de181 docs: Remove the link to actions tab
We need to login to access the actions tab.

https://github.com/sdras/awesome-actions/issues/232
2019-10-17 16:36:44 +09:00
peaceiris 7f7794a793 docs: update Hugo workflow example, enhance build step 2019-10-14 22:03:59 +09:00
peaceiris e60d374041 docs: Enhance node-version 2019-10-08 18:59:10 +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 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 3e09c28a79 docs: update tag 2019-09-23 14:07:50 +09:00
peaceiris 5a72c9206d docs: update 2019-09-22 16:15:46 +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 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
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