peaceiris
|
4e9981b947
|
chore: delete line
|
2019-10-09 11:49:24 +09:00 |
|
peaceiris
|
7082e0fbec
|
config: Add .envrc
|
2019-10-09 11:46:06 +09:00 |
|
Shohei Ueda
|
3e55082b3f
|
gha: Use setup-node (#58)
* config: Add .nvmrc
* gha: Add setup-node step
* gha: Add step to read .nvmrc
Close #55
|
2019-10-09 00:20:05 +09:00 |
|
peaceiris
|
a02eaa1734
|
deps: update
|
2019-10-08 13:47:18 +09:00 |
|
peaceiris
|
fa565fb82d
|
docs: update workflow example
|
2019-10-07 20:15:02 +09:00 |
|
peaceiris
|
7404f29555
|
chore: update .gitignore
|
2019-10-07 15:10:37 +09:00 |
|
peaceiris
|
7b66ed001b
|
docs: update tag
|
2019-10-07 00:19:53 +09:00 |
|
peaceiris
|
64951c5a73
|
docs: update
|
2019-10-07 00:11:15 +09:00 |
|
peaceiris
|
35c74b6a6a
|
deps: update
|
2019-10-04 12:19:43 +09:00 |
|
peaceiris
|
b5fb138703
|
meta: Update description
|
2019-10-03 11:35:41 +09:00 |
|
Shohei Ueda
|
6f6a564fad
|
Deps: update (#53)
* deps: update
* deps: update node_modules
|
2019-10-02 10:58:52 +09:00 |
|
peaceiris
|
cd3751ce70
|
gha: enhance trigger
|
2019-10-01 20:10:45 +09:00 |
|
peaceiris
|
07e434d37c
|
deps: update lint-staged
|
2019-10-01 14:54:03 +09:00 |
|
peaceiris
|
1405de8b20
|
deps: update eslint
|
2019-10-01 11:01:26 +09:00 |
|
peaceiris
|
7346c7bdad
|
deps: update eslint
|
2019-09-29 14:08:38 +09:00 |
|
peaceiris
|
f1ac6bf271
|
deps: update husky
|
2019-09-28 11:19:42 +09:00 |
|
peaceiris
|
c7b570bed5
|
deps: update
|
2019-09-26 19:48:38 +09:00 |
|
Shohei Ueda
|
3ae7dd1270
|
deps: update (#52)
#50
|
2019-09-26 14:50:12 +09:00 |
|
peaceiris
|
9fdb1cb749
|
docs: update tag of peaceiris/actions-gh-pages to v2.4.0
|
2019-09-25 12:47:37 +09:00 |
|
peaceiris
|
e2b52b7b4d
|
docs: update tag to v2.2.1
|
2019-09-25 12:44:14 +09:00 |
|
Shohei Ueda
|
8e97852759
|
Deps: update (#49)
* deps: update
* deps: update node_modules
#46 #47 #48
|
2019-09-25 12:40:38 +09:00 |
|
peaceiris
|
b46070141b
|
docs: Add submodules to actions/checkout
https://github.com/peaceiris/actions-hugo/issues/42
|
2019-09-24 07:31:06 +09:00 |
|
peaceiris
|
a1adb3bb7b
|
gha: remove paths
|
2019-09-23 14:35:33 +09:00 |
|
peaceiris
|
fbb67a3359
|
docs: update tag
|
2019-09-23 14:10:41 +09:00 |
|
peaceiris
|
2e5b1b84d6
|
deps: upgrade lint-staged 9.3.0
|
2019-09-23 12:36:26 +09:00 |
|
peaceiris
|
6d819cab4c
|
gha: fix pull_request trigger
|
2019-09-23 11:33:57 +09:00 |
|
Shohei Ueda
|
a6d33f08ac
|
config: enhance tsconfig.json (#44)
* config: enhance tsconfig.json (Set sourceMap and removeComments to true)
* gha: Add pull_request trigger, close #43
* config: Add waring emoji
|
2019-09-23 10:58:19 +09:00 |
|
Shohei Ueda
|
71663ea875
|
gha: use paths instead of paths-ignore (#41)
* gha: use paths instead of paths-ignore
* docs: update from 3 sec to 4 sec
* ci: update husky post-commit hook
|
2019-09-22 15:45:20 +09:00 |
|
Shohei Ueda
|
d7d48e3009
|
Refactor: enhance Hugo version dumping (#39)
|
2019-09-22 10:24:28 +09:00 |
|
peaceiris
|
39aa1b7d04
|
docs: Add Table of Contents
|
2019-09-22 09:43:11 +09:00 |
|
Shohei Ueda
|
b10091c0dc
|
Enhance: workflow (#38)
* gha: Add paths-ignore
* docs: enhance
|
2019-09-22 09:37:17 +09:00 |
|
peaceiris
|
824187d952
|
fix: npm run tsc
|
2019-09-22 08:42:53 +09:00 |
|
Shohei Ueda
|
e194c83989
|
Refactor: remove Golang and Git dumping (#37)
* ci: setup lint-staged
* refactor: remove golang and git dumping
|
2019-09-22 08:13:23 +09:00 |
|
peaceiris
|
c3970dfbdd
|
config: update meta data
|
2019-09-21 22:45:31 +09:00 |
|
peaceiris
|
082748017c
|
deps: update @actions/core
|
2019-09-21 11:28:40 +09:00 |
|
peaceiris
|
8f1aef7e73
|
docs: update peaceiris/actions-hugo@v2.2.0
|
2019-09-21 10:46:47 +09:00 |
|
Shohei Ueda
|
dc8541739a
|
Feat: Support macOS and Windows, migrate JavaScript to TypeScript (#32)
- Support macOS and Windows (Close #24 )
- Refactoring
- Error handling
- TypeScript
- Prettier (Close #29 )
- GHA: Add upload-artifact step for test coverage
- deps: Install husky
|
2019-09-21 10:41:21 +09:00 |
|
Shohei Ueda
|
4d54b90c0e
|
Refactor: directory structure (#31)
* config: update version
* refactor: move source codes to lib directory, Close #30
* refactor: move test code
|
2019-09-18 07:32:17 +09:00 |
|
peaceiris
|
25a3456032
|
config: update version
|
2019-09-18 05:14:10 +09:00 |
|
peaceiris
|
4f371785be
|
docs: update v2.1.0
|
2019-09-18 04:23:27 +09:00 |
|
peaceiris
|
3bbd6d1917
|
docs: update readme
|
2019-09-18 04:18:10 +09:00 |
|
Shohei Ueda
|
d46d0aa12e
|
Refactor: Get the latest version from Homebrew (#28)
Refactoring
* feat: Add reject to Promise
* feat: Add printing inputs
* feat: Add error handling to getLatestVersion()
* feat: show version of Hugo, Go, and Git (Close #23)
* refactor: Get the latest version from Homebrew (Close #26)
* refactor: enhance error message of promise reject
Enhancement for workflow
* gha: Add deps (test-prod job needs test job)
* gha: Fix matrix testing
* gha: comment out Build production step
* gha: remove Dump step
Update README
* docs: update readme
|
2019-09-18 04:11:47 +09:00 |
|
Shohei Ueda
|
85171ece4e
|
refactor: Add process.env.HOME (#27)
|
2019-09-17 23:20:28 +09:00 |
|
peaceiris
|
624c2a083b
|
docs: Add description about this action
|
2019-09-17 20:39:59 +09:00 |
|
peaceiris
|
7a9975a8b1
|
deps: upgrade eslint to 6.4.0
|
2019-09-16 15:20:59 +09:00 |
|
peaceiris
|
c635fd9746
|
docs: Fix path to GitHub Actions status badge
|
2019-09-16 08:45:47 +09:00 |
|
peaceiris
|
19661a5c56
|
gha: fix action name
|
2019-09-16 08:33:49 +09:00 |
|
peaceiris
|
c4f3b85a0d
|
gha: Add branding
|
2019-09-16 08:33:04 +09:00 |
|
Shohei Ueda
|
68358aa004
|
Migrate javascript action (#21)
|
2019-09-16 08:27:57 +09:00 |
|
peaceiris
|
ded0a1ada3
|
gha: update workflow trigger
|
2019-09-15 05:27:30 +09:00 |
|
peaceiris
|
b7618725f9
|
deps: Upgrade Hugo to v0.58.2
|
2019-09-15 05:24:34 +09:00 |
|
peaceiris
|
38f4938bc6
|
add: github repository card of peaceiris/actions-gh-pages
|
2019-09-10 01:25:39 +09:00 |
|
peaceiris
|
d8740dd53b
|
gha: add hadolint job to check Dockerfile
|
2019-09-08 21:18:27 +09:00 |
|
peaceiris
|
2d9de755b5
|
upgrade: Hugo to v0.58.1
|
2019-09-08 18:03:21 +09:00 |
|
peaceiris
|
eb817c8e92
|
update(readme): peaceiris/actions-gh-pages to v2.2.0
|
2019-09-08 17:54:44 +09:00 |
|
peaceiris
|
672bb33daa
|
use: ACTIONS_DEPLOY_KEY
|
2019-09-06 03:09:36 +09:00 |
|
peaceiris
|
26378c050c
|
add: action.yml
|
2019-09-06 03:07:42 +09:00 |
|
peaceiris
|
dd1c91caf4
|
update: peaceiris/actions-gh-pages to v2.1.0
|
2019-09-06 00:38:20 +09:00 |
|
peaceiris
|
db1611bb0d
|
gha: remove if statement from steps
|
2019-09-05 01:50:24 +09:00 |
|
Shohei Ueda
|
03083c655e
|
Release v0.58.0 (#17)
* upgrade: Hugo to v0.58.0
* fix: push workflow
* remove: tag filter from push workflow
* upgrade: base image golang to 1.13.0
- https://gohugo.io/news/0.58.0-relnotes/
- https://discourse.gohugo.io/t/hugo-benchmarks-go-1-12-vs-go-1-13/20572
|
2019-09-05 01:43:34 +09:00 |
|
peaceiris
|
3439246b4a
|
fix: FUNDING.yml
|
2019-09-04 22:24:58 +09:00 |
|
peaceiris
|
b2c2768a0c
|
add: Docker Hub Build Status badge
|
2019-09-02 19:23:11 +09:00 |
|
peaceiris
|
ff9b678d15
|
rename: example workflow name
|
2019-08-22 05:03:19 +09:00 |
|
peaceiris
|
a2e4fdca67
|
enhance: yaml example
|
2019-08-22 02:54:38 +09:00 |
|
Shohei Ueda
|
55565fc0f6
|
Release v0.57.2 (#14)
* enhance: GitHub Actions
* upgrade: hugo to v0.57.2
* enhance: Pull Request template
|
2019-08-20 00:52:44 +09:00 |
|
Shohei Ueda
|
79fb16c8e4
|
Release: v0.57.1 (#13)
* upgrade: hugo to v0.57.1
* enhance: .github/PULL_REQUEST_TEMPLATE.md
|
2019-08-16 20:45:05 +09:00 |
|
peaceiris
|
d08dcd0297
|
fix: CI
|
2019-08-16 00:29:52 +09:00 |
|
peaceiris
|
1daa8a255f
|
enhance: test job
|
2019-08-16 00:08:44 +09:00 |
|
peaceiris
|
46fbb349ce
|
add: CI filters
|
2019-08-15 23:48:21 +09:00 |
|
Shohei Ueda
|
d079faea7e
|
enhance: GitHub Actions settings (#11)
|
2019-08-15 21:26:43 +09:00 |
|
Shohei Ueda
|
b9842008ed
|
enhance: GitHub Actions settings (#10)
|
2019-08-15 21:19:55 +09:00 |
|
Shohei Ueda
|
021efbc871
|
add: filter to prevent CI when branch are deleted (#9)
|
2019-08-15 20:43:36 +09:00 |
|
Shohei Ueda
|
b8232e8a2c
|
Release v0.57.0 (#8)
* migrate: GitHub Actions beta v2 (HCL to YAML)
* add: Pull Request template
* upgrade: actions
* enhance: GitHub Actions config
* update: readme
* remove: patreon image
|
2019-08-15 20:26:15 +09:00 |
|
Shohei Ueda
|
b101526f7f
|
upgrade: hugo to v0.56.3 (#6)
|
2019-07-31 22:23:35 +09:00 |
|
Shohei Ueda
|
f7fd45cb9e
|
release: v0.56.2 (#5)
* change: install from binary
* update: tag on readme
* add: move hugo binary under GOPATH
* upgrade: hugo to v0.56.2
|
2019-07-30 19:43:01 +09:00 |
|
Shohei Ueda
|
09ca2911f5
|
v0.56.1 (#4)
* upgrade: hugo to v0.56.1
* update: readme for v0.56.1
|
2019-07-29 08:27:02 +09:00 |
|
Shohei Ueda
|
105e2e8ee3
|
Hugo Modules (#3)
* change: base image debian:9-slim to golang:1.12.7-buster
* update: tag on readme
|
2019-07-27 19:29:29 +09:00 |
|
Shohei Ueda
|
8b3fa9ae0a
|
upgrade: hugo v0.56.0 (#2)
* upgrade: hugo v0.56.0
* update: action tag
|
2019-07-26 07:30:38 +09:00 |
|
peaceiris
|
436e91ba84
|
update
|
2019-07-03 21:05:51 +09:00 |
|
peaceiris
|
89821efd90
|
fix: BUILD_DEPS
|
2019-07-03 21:03:14 +09:00 |
|
peaceiris
|
6c2c819571
|
fix: BUILD_DEPS
|
2019-07-03 20:59:22 +09:00 |
|
peaceiris
|
2245725e24
|
fix: BUILD_DEPS
|
2019-07-03 20:55:55 +09:00 |
|
peaceiris
|
4c383b0116
|
Close #1
|
2019-07-03 20:44:05 +09:00 |
|
peaceiris
|
3bb910b746
|
add: badges to check the latest version of actions
|
2019-05-27 06:22:45 +09:00 |
|
Shohei Ueda
|
439a9e3bd9
|
Create FUNDING.yml
|
2019-05-25 09:53:46 +09:00 |
|
peaceiris
|
08e26ca0cf
|
add: link to peaceiris's homepage
|
2019-05-22 21:01:05 +09:00 |
|
peaceiris
|
ef0630bb4c
|
add: link to GitHub Actions for deploying to GitHub Pages with Static Site Generators
|
2019-05-22 07:18:16 +09:00 |
|
peaceiris
|
c813462c35
|
install: git
|
2019-05-22 06:07:46 +09:00 |
|
peaceiris
|
e8b56e2967
|
fix: README.md
|
2019-05-22 06:05:36 +09:00 |
|
peaceiris
|
096e03560f
|
fix: Dockerfile
|
2019-05-22 06:01:41 +09:00 |
|
peaceiris
|
00384e9e25
|
add: .dockerignore
|
2019-05-22 05:58:23 +09:00 |
|
peaceiris
|
292438bb12
|
add: action
|
2019-05-22 05:57:34 +09:00 |
|
Shohei Ueda
|
bb881b84c6
|
Initial commit
|
2019-05-22 04:42:55 +09:00 |
|