Shohei Ueda
1b6740cb30
fix: Enable to create branch for first deployment ( #92 )
...
* fix: Enable to create branch for first deployment
* fix: remove pull_request
* ci: remove lint-staged husky for testing
* ci: Add git checkout {package-lock,package}.json
2020-02-06 15:21:18 +09:00
peaceiris
cfdf8c43ed
ci: use github_token for windows-latest
2020-02-05 20:11:40 +09:00
Shohei Ueda
ed21b6a594
feat: Add getHomeDir() for windows ( #86 )
2020-02-05 20:04:31 +09:00
peaceiris
a150e4e690
ci: force_orphan to false
2020-02-05 14:37:47 +09:00
Shohei Ueda
68b21c12af
feat: Add TypeScript Action ( #83 )
...
cf. https://github.com/peaceiris/actions-github-pages
Close #54
2020-02-05 14:34:19 +09:00
peaceiris
b8c0499d1e
chore: Add workflow
2019-12-23 05:51:44 +09:00
peaceiris
e376bcf7c0
Revert "chore: remove paths-ignore of pr"
...
This reverts commit 2437fbe949
.
2019-12-18 07:08:38 +09:00
Shohei Ueda
2437fbe949
chore: remove paths-ignore of pr
2019-12-16 12:44:08 +09:00
Shohei Ueda
26c5cb82dd
chore: upgrade actions/checkout to v2
2019-12-14 18:03:52 +09:00
Shohei Ueda
fb16fe135c
chore: Rename workflow name
2019-12-14 18:02:39 +09:00
Shohei Ueda
e13d24c2ac
chore: Add Pull Request to stale target
2019-12-09 10:39:58 +09:00
Shohei Ueda
830cc44454
Update purge-readme-image-cache.yml
2019-12-09 10:38:57 +09:00
peaceiris
cf4667b165
gha: Remove checkout step
2019-12-08 17:47:22 +09:00
peaceiris
299744c4cc
gha: Remove push trigger
2019-12-08 17:43:01 +09:00
peaceiris
817fe3379a
gha: Fix one liner
2019-12-08 17:38:48 +09:00
peaceiris
dbec91074d
gha: Add checkout step
2019-12-08 17:35:21 +09:00
peaceiris
3514e583e0
gha: Add workflow to purge readme image cache
2019-12-08 17:30:38 +09:00
peaceiris
0803e7e969
gha: Pin version actions/checkout to v1
2019-12-05 19:54:25 +09:00
Shohei Ueda
14ef8241ef
Create stale.yml
2019-12-05 17:07:08 +09:00
Shohei Ueda
e4b680c116
Update docker-image-ci.yml
2019-11-28 19:51:55 +09:00
Shohei Ueda
8563c806e5
Update docker-image-ci.yml
2019-11-28 19:35:49 +09:00
Shohei Ueda
8981758aad
gha: update to macos-latest
2019-11-07 08:20:14 +09:00
Shohei Ueda
f3c1954c3b
Update docker-image-ci.yml
2019-11-03 13:30:26 +09:00
peaceiris
f47e77b3ef
github: Add issue template config
...
https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2019-10-29 09:50:58 +09:00
Shohei Ueda
0e1d168f48
Update issue templates
2019-10-29 09:46:29 +09:00
peaceiris
d6d7a5601d
github: Remove FUNDING.yml
2019-10-29 03:27:49 +09:00
peaceiris
8076e77c01
github: Add CODEOWNERS
2019-10-24 06:04:56 +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
551961e807
gha: remove paths
2019-09-23 14:36:00 +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
b8dd2848eb
gha: Add paths trigger
2019-09-22 16:14:23 +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
Shohei Ueda
9dbd791001
Release v2.0.0 ( #10 )
...
Changes for peaceiris/actions-gh-pages
* update: yaml example of GitHub Actions v2 settings for MkDocs, close #8
* revert: support ACTIONS_DEPLOY_KEY (ssh deploy) again
* upgrade: Hugo to v0.58.0 at example yaml
* remove: steps if statement from example yaml, close #12
Changes for this repository
* gha: add lint job (shellcheck and hadolint)
* gha: remove tag filter
* gha: remove steps if statement, close #12
* gha: add action.yml
* fix: FUNDING.yml
2019-09-05 23:07:49 +09:00
peaceiris
500440b181
fix: FUNDING.yml
2019-09-04 22:17:54 +09:00
peaceiris
3a8415028f
add: master branch to GitHub Actions filter
2019-09-02 18:37:30 +09:00
peaceiris
77991bbc93
add: release docker image with latest tag
2019-09-02 18:28:50 +09:00
peaceiris
82f293b20d
rename: workflow name
2019-08-22 04:58:58 +09:00
peaceiris
141841e4cd
add: docker-image-ci workflow
2019-08-22 04:49:43 +09:00
peaceiris
5b4ace2ae6
remove: GitHub Actions v1 workflow setting
2019-08-22 02:45:13 +09:00
Shohei Ueda
6009c110fc
Create FUNDING.yml ( #2 )
2019-05-24 21:40:48 +09:00
peaceiris
036c4a14e0
add: action
2019-05-22 06:53:54 +09:00