Commit Graph

147 Commits

Author SHA1 Message Date
peaceiris 7b12ca9aeb docs: update 2020-02-24 19:48:18 +09:00
Shohei Ueda 62e7849d7a
docs: Put github_token as first example (#115)
* docs: Put github_token as first example
* docs: move Create SSH Deploy Key
* docs: remove github_token section
* docs: remove badge
* docs: remove How to add CNAME
* docs: remove Deployment completed but you cannot read
2020-02-24 19:35:55 +09:00
Shohei Ueda 00fde1eb97
feat: Add disable_nojekyll and cname options (#119)
* feat: Add disable_nojekyll and cname options
* docs: Add cname and disable_nojekyll
* chore: Add vim
* chore(release): 3.3.0-0
* ci: Add codecov/codecov-action
* refactor: Enhance warning message

- Add .nojekyll file by default to only the master and gh-pages branches. When the file already exists, this action does nothing.
- When we set other branches to publish_branch, this action does not add .nojekyll file.

cf. https://github.com/peaceiris/actions-gh-pages/issues/112#issuecomment-589678269

Close #112

Co-authored-by: Daniel Himmelstein <daniel.himmelstein@gmail.com>
Co-authored-by: Nicolas Vanhoren <nicolas.vanhoren@gmail.com>
2020-02-24 18:49:55 +09:00
Shohei Ueda 60c31d23a8
docs: fix 2020-02-15 13:37:16 +09:00
Shohei Ueda 1887981f72
docs: update status of github_token 2020-02-15 13:36:36 +09:00
peaceiris 41015898aa docs: rename author to Maintainer 2020-02-06 23:28:54 +09:00
Shohei Ueda a7866b5bd3
docs: update publish_branch for v3 2020-02-06 19:30:48 +09:00
Shohei Ueda 752214aa33
docs: update job name 2020-02-06 15:49:52 +09:00
peaceiris 2948e5eda8 docs: update example of publish_branch 2020-02-06 15:39:37 +09:00
peaceiris f0177d176f docs: Add Supported Platforms table 2020-02-05 20:32:49 +09:00
peaceiris 0ba5bf3eeb docs: Add CodeFactor badge 2020-02-05 20:26:02 +09:00
Shohei Ueda a1375a4637
docs: remove v2 example 2020-02-05 18:38:36 +09:00
Shohei Ueda 1a26eaca33
docs: update 2020-02-05 18:37:47 +09:00
peaceiris 1a13108865 docs: update for v3 2020-02-05 17:12:51 +09:00
peaceiris d0de38a352 docs: update for v3 2020-02-05 17:12:06 +09:00
peaceiris b3cfcb13c0 docs: update for v3 2020-02-05 17:11:16 +09:00
peaceiris b1aaa85b67 docs: update for v3 2020-02-05 17:10:00 +09:00
peaceiris f1e7cd608c docs: update for v3 2020-02-05 17:09:37 +09:00
peaceiris 07a3f2915e docs: update for v3 2020-02-05 17:09:00 +09:00
peaceiris 02c38586a5 docs: update for v3 2020-02-05 17:08:19 +09:00
peaceiris 59bbb98387 docs: update for v3 2020-02-05 17:06:55 +09:00
peaceiris 9b3fcdf515 docs: remove Script mode section 2020-02-05 17:06:05 +09:00
peaceiris be27dcce48 docs: update for v3 2020-02-05 17:05:37 +09:00
peaceiris ccf71d1162 docs: update for v3 2020-02-05 17:04:27 +09:00
peaceiris 5fe4aa3f24 docs: update for v3 2020-02-05 17:03:44 +09:00
peaceiris 428902c6cd docs: update for v3 2020-02-05 17:02:53 +09:00
peaceiris 00bca7b88c docs: update for v3 2020-02-05 17:00:50 +09:00
peaceiris c940278a4c docs: update overview 2020-02-05 15:44:30 +09:00
peaceiris 9cec798451 docs: update GitHub Actions badge 2020-02-05 15:39:32 +09:00
peaceiris ec95e8e7aa docs: Add link to v2 2020-02-05 14:44:12 +09:00
Shohei Ueda 28b05fd3fa
docs: Add Dart Package peanut for Flutter 2020-02-01 08:27:05 +09:00
Shohei Ueda bacf0a61ea
docs: add Dependabot badge 2020-01-31 11:43:57 +09:00
Shohei Ueda 2573b6139b
docs: Add release feed badge 2020-01-26 17:14:24 +09:00
peaceiris 96360d5a85 docs: fix list 2020-01-25 13:15:26 +09:00
peaceiris 14069e75e2 docs: update support table about GITHUB_TOKEN 2020-01-25 13:14:35 +09:00
Shohei Ueda 9ba947f545
feat: Add tagName and tagMessage options (#78)
* feat: Add tagName and tagMessage options
* feat: Add print_info for tag options
* feat: Add tagOverwrite option
* docs: Add new section about Git tag options

Close #76
2020-01-18 12:55:18 +09:00
VladimirLogachev c77e021886 docs: Add elm example workflow (#65)
* Add elm section to README.md
2020-01-12 21:56:01 +09:00
peaceiris 37729f1bb3 docs: Use head_commit instead of commits[0] 2020-01-07 00:20:56 +09:00
Shohei Ueda 76351d52b8
feat: Add commitMessage option (#75)
* feat: Add commitMessage option
* docs: Add custom commit message option

Close #74
cf. #72 and #73
2020-01-06 23:46:48 +09:00
Shohei Ueda 0252bbee4d
feat: Add username and useremail options (#67)
* feat: Add username and useremail options
* docs: Add Git username and email section

Close #66
2019-12-24 15:22:01 +09:00
Shohei Ueda d772f4e8eb
docs: pin v2 2019-12-23 06:06:47 +09:00
peaceiris bca5701620 docs: update toc 2019-12-23 06:03:42 +09:00
Shohei Ueda 1e0de0fccd
feat: Add INPUT_FORCEORPHAN (#43)
* feat: Add INPUT_FORCEORPHAN option (close #42)
* docs: Add new section about Force orphan
2019-12-23 05:49:21 +09:00
Shohei Ueda 1bf8e45e86
docs: Use Flutter beta channel (#61) 2019-12-16 12:43:18 +09:00
peaceiris 6da534f570 docs: Pin action version to v2 2019-12-05 19:59:16 +09:00
peaceiris 7194caacc4 docs: Pin actions/checkout version to v1 2019-12-05 03:41:25 +09:00
peaceiris 93de081763 docs: Enhance Flutter example 2019-12-04 15:58:41 +09:00
Taiga Mikami f035f9f5e7 docs: add flutter web workflow example (#56) 2019-12-04 15:49:03 +09:00
Shohei Ueda 9d15cc0dbc
docs: Pin ubuntu version (#55) 2019-12-04 08:31:30 +09:00
Shohei Ueda 626ca71936
docs: Add stable tag v2 of peaceiris/actions-hugo 2019-11-28 20:49:06 +09:00