7 Commits

Author SHA1 Message Date
Shohei Ueda
079d48367e
feat: Add .nojekyll file by default for all branches (#438) 2020-08-02 15:11:20 +09:00
peaceiris
3667febec5
refactor: change message type from warning to info 2020-07-24 00:49:02 +09:00
Shohei Ueda
f30118c78e
feat: Add destination_dir option (#403)
Related to #324 #390
2020-07-21 11:15:53 +09:00
Shohei Ueda
4d89a385db
chore: change printWidth from 80 to 100 (#362) 2020-06-22 05:40:26 +09:00
Shohei Ueda
4f06df820b
fix: skip deployment on forks (#156)
* fix: skip on forks
* chore(release): 3.5.4-6

Close #153
2020-03-16 09:00:19 +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
68b21c12af
feat: Add TypeScript Action (#83)
cf. https://github.com/peaceiris/actions-github-pages
Close #54
2020-02-05 14:34:19 +09:00