Commit Graph

63 Commits

Author SHA1 Message Date
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
peaceiris 77991bbc93 add: release docker image with latest tag 2019-09-02 18:28:50 +09:00
Michael Smith 76d9ea1451 Fetch remote before testing whether the publish branch exists (#7)
This re-uses the existing branch rather than always overwriting it with
a new branch with a single commit.

Signed-off-by: Michael Smith <michael.smith@puppet.com>
2019-09-02 17:47:55 +09:00
peaceiris bb5d194848 rename: example workflow name 2019-08-22 05:02:54 +09:00
peaceiris 82f293b20d rename: workflow name 2019-08-22 04:58:58 +09:00
peaceiris da8d0ec496 add: GitHub Actions badge 2019-08-22 04:53:47 +09:00
peaceiris 141841e4cd add: docker-image-ci workflow 2019-08-22 04:49:43 +09:00
peaceiris d357978789 remove: GitHub Actions v1 workflow overview images 2019-08-22 03:41:21 +09:00
peaceiris 6492b522ce migrate: GitHub Actions v2 YAML workflow setting example with hugo 2019-08-22 02:48:35 +09:00
peaceiris 5b4ace2ae6 remove: GitHub Actions v1 workflow setting 2019-08-22 02:45:13 +09:00
Shohei Ueda 5af287f677
release v1.1.0 (#4)
* change: use GITHUB_TOKEN instead of ACTIONS_DEPLOY_KEY

* enhance: entrypoint.sh

* update: readme for v1.1.0 (Fixes #3)

* remove: images/patreon.jpg
2019-08-07 22:43:26 +09:00