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
peaceiris
00ca533aaa
add: github repository card of peaceiris/actions-hugo
2019-09-10 01:26:56 +09:00
peaceiris
1846d9c611
add: emoji to h4 heading
2019-09-09 10:42:09 +09:00
peaceiris
5ef51a859a
upgrade: peaceiris/actions-hugo to v0.58.1
2019-09-08 18:09:06 +09:00
peaceiris
27f7912ac1
upgrade: peaceiris/actions-hugo to v0.58.1
2019-09-08 18:07:50 +09:00
peaceiris
acef980b83
remove: rm command to cleanup apt cache
2019-09-08 11:51:04 +09:00
peaceiris
e3cf4a5678
docs: ✏️ add Table of Contents using doctoc
2019-09-08 11:38:39 +09:00
peaceiris
844594e15d
docs: ✏️ add explanation for User and Organization Pages sites
...
Closes : #15
2019-09-08 11:32:59 +09:00
peaceiris
568c603f29
readme: update action tag for v2.2.0
2019-09-08 04:28:37 +09:00
Shohei Ueda
b263205b1b
Release v2.2.0 ( #19 )
...
* try to fix: remote repo URL for GITHUB_TOKEN
cf. https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/#http-based-git-access-by-an-installation
* add: PERSONAL_TOKEN
* update: readme about PERSONAL_TOKEN
2019-09-08 04:24:03 +09:00
peaceiris
8fd3a55a6f
fix: readme
2019-09-06 01:16:44 +09:00
peaceiris
61579670d5
enhance: readme
2019-09-06 00:50:59 +09:00
peaceiris
809601eb1f
update: readme from v2.0.0 to v2.1.0
2019-09-06 00:33:20 +09:00
Shohei Ueda
45f5817ce0
Release v2.1.0 ( #14 )
...
* change: base docker image from ubuntu:18.04 to alpine:3.10.2
* update: .hadolint.yaml to ignore DL3018
2019-09-06 00:31:34 +09:00
peaceiris
713b37219b
update: .dockerignore
2019-09-05 23:38:50 +09:00
peaceiris
7e5e720d90
fix: action.yml name
2019-09-05 23:10:30 +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
0e24c54186
add: Docker Hub Build Status badge
2019-09-02 19:23:36 +09:00
peaceiris
3a8415028f
add: master branch to GitHub Actions filter
2019-09-02 18:37:30 +09:00
peaceiris
e43f914d03
fix: readme
2019-09-02 18:35:05 +09:00