Commit Graph

735 Commits

Author SHA1 Message Date
peaceiris 5bfcd3f213
chore(release): Remove build assets [skip ci] 2020-08-02 15:12:30 +09:00
peaceiris 3226514b95
chore(release): 3.7.0-7 2020-08-02 15:12:29 +09:00
peaceiris 4f4235c78c
chore(release): Add build assets 2020-08-02 15:12:27 +09:00
Shohei Ueda 079d48367e
feat: Add .nojekyll file by default for all branches (#438) 2020-08-02 15:11:20 +09:00
dependabot[bot] 4fb3d60161
deps: bump jest-circus from 26.1.0 to 26.2.2 (#435)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 26.1.0 to 26.2.2.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v26.2.2/packages/jest-circus)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-01 00:19:30 +09:00
dependabot[bot] 0c8fc2d5e6
deps: bump eslint-plugin-jest from 23.19.0 to 23.20.0 (#432)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.19.0 to 23.20.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.19.0...v23.20.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-01 00:19:18 +09:00
Shohei Ueda 4bf31e4520
deps: Apply npm audit fix (#434)
* ci: fix npm audit step
2020-07-31 23:47:10 +09:00
Shohei Ueda 0794e07c99
deps: bump node from 12.18.2 to 12.18.3 (#431) 2020-07-28 23:41:56 +09:00
Shohei Ueda 2b5ce90dc9
ci: reuse NODE_VERSION in nodesource URL (#430) 2020-07-28 23:28:25 +09:00
Shohei Ueda 681dcab3fd
ci: enhance version log (#429) 2020-07-28 22:00:59 +09:00
Shohei Ueda 70c0076457
ci: change base image from Debian to Ubuntu 18.04 (#428)
Change base docker image from `node:x.x.x-buster-slim` to `ubuntu:18.04`
The image size reduces from 1.05GB to 327MB

- Install Node.js via nodesource https://github.com/nodesource/distributions
- Install Git via ppa:git-core/ppa https://git-scm.com/download/linux
2020-07-28 21:47:35 +09:00
Shohei Ueda a49e738c32
ci: Add npm audit (#426) 2020-07-28 18:59:51 +09:00
Shohei Ueda 5d053d30d0
ci: Clean up apt cache and junk (#425) 2020-07-28 18:59:09 +09:00
Shohei Ueda 4cf5105929
ci: Set default branch to main (#424)
git config --global init.defaultBranch main

https://github.blog/2020-07-27-highlights-from-git-2-28/
2020-07-28 17:35:58 +09:00
dependabot[bot] 2392f69e4d
deps: bump eslint-plugin-jest from 23.18.2 to 23.19.0 (#423)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.18.2 to 23.19.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.2...v23.19.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28 11:27:02 +09:00
Shohei Ueda fecb564860
deps: bump git from 2.27.0 to 2.28.0 (#422) 2020-07-28 02:20:19 +09:00
dependabot[bot] 7259f5ccc2
deps: bump eslint-plugin-jest from 23.18.0 to 23.18.2 (#420)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.18.0 to 23.18.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.18.0...v23.18.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 15:19:43 +09:00
dependabot[bot] c8397307b4
deps: bump @types/node from 12.12.52 to 12.12.53 (#421)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.52 to 12.12.53.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-27 15:17:57 +09:00
peaceiris 7dd962e52e
docs: Add exclude_assets section 2020-07-26 00:32:49 +09:00
peaceiris ded3953565
docs: bump hugo from 0.74.2 to 0.74.3 2020-07-26 00:19:04 +09:00
Shohei Ueda 71958c534b
ci: add env (#419)
ENV LANG="C.UTF-8"
ENV ImageVersion="20200625.0"
ENV GITHUB_API_URL="https://api.github.com"
ENV RUNNER_TOOL_CACHE="/opt/hostedtoolcache"
ENV GITHUB_REPOSITORY_OWNER="peaceiris"
ENV GITHUB_ACTIONS="true"
2020-07-26 00:12:46 +09:00
Shohei Ueda eca3d9d25e
ci: set env CI to true (#418) 2020-07-26 00:03:59 +09:00
Shohei Ueda 24d40fe124
ci: add workflow_dispatch and schedule 2020-07-25 23:59:01 +09:00
peaceiris 19b0b66a7c
chore(release): Remove build assets [skip ci] 2020-07-25 21:55:02 +09:00
peaceiris 23abc3124a
chore(release): 3.7.0-6 2020-07-25 21:55:01 +09:00
peaceiris 866d7e715c
chore(release): Add build assets 2020-07-25 21:55:00 +09:00
Shohei Ueda 6f45501409
feat: exclude_assets supports glob patterns (#417)
Related to #163

https://github.com/actions/toolkit/tree/main/packages/glob
2020-07-25 21:54:06 +09:00
peaceiris bf46251210
chore(release): Remove build assets [skip ci] 2020-07-25 20:53:29 +09:00
peaceiris f8993157cb
chore(release): 3.7.0-5 2020-07-25 20:53:29 +09:00
peaceiris 9cf67ec63b
chore(release): Add build assets 2020-07-25 20:53:27 +09:00
Shohei Ueda 0f5c65e140
feat: Add exclude_assets option (#416)
Related to #163
2020-07-25 20:52:35 +09:00
peaceiris 2046290e2b
chore(release): Remove build assets [skip ci] 2020-07-25 19:37:28 +09:00
peaceiris 600bb6caa2
chore(release): 3.7.0-4 2020-07-25 19:37:27 +09:00
peaceiris 20912713da
chore(release): Add build assets 2020-07-25 19:37:25 +09:00
Andreas Linde 674c2318ce
fix: copyAssets() for destination_dir (#414) 2020-07-25 19:36:43 +09:00
peaceiris 0b4686e3a6
chore(release): Remove build assets [skip ci] 2020-07-24 21:33:54 +09:00
peaceiris 1029512144
chore(release): 3.7.0-3 2020-07-24 21:33:53 +09:00
peaceiris 6c430d988e
chore(release): Add build assets 2020-07-24 21:33:51 +09:00
Shohei Ueda 6f6bb2661a
fix: set full path of publishing assets (#413)
https://github.com/peaceiris/actions-gh-pages/issues/410#issuecomment-663507581
2020-07-24 21:33:08 +09:00
dependabot[bot] d1700b5653
deps: bump @types/jest from 26.0.5 to 26.0.7 (#411)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.5 to 26.0.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-24 11:37:53 +09:00
dependabot[bot] 1b5d710b24
deps: bump @types/node from 12.12.51 to 12.12.52 (#412)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.51 to 12.12.52.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-24 11:37:39 +09:00
peaceiris 3667febec5
refactor: change message type from warning to info 2020-07-24 00:49:02 +09:00
peaceiris 8546b0c56b
chore(release): Remove build assets [skip ci] 2020-07-24 00:42:18 +09:00
peaceiris 2c04f23922
chore(release): 3.7.0-2 2020-07-24 00:42:17 +09:00
peaceiris b15488f0b3
chore(release): Add build assets 2020-07-24 00:42:15 +09:00
peaceiris 612f1f7579
fix: chdir to workDir after copied assets
Related to #324
2020-07-24 00:40:01 +09:00
dependabot[bot] af7aac1007
ci: bump codecov/codecov-action from v1.0.11 to v1.0.12 (#409)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.11 to v1.0.12.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.11...07127fde53bc3ccd346d47ab2f14c390161ad108)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-23 14:28:01 +09:00
peaceiris 6896bd8b80
docs: change default-branch to main 2020-07-23 12:17:19 +09:00
Shohei Ueda ad558aa8bd
docs: bump hugo from 0.71.1 to 0.74.2 2020-07-23 12:12:27 +09:00
Shohei Ueda 5051105279
docs: change master branch to default-branch (#408) 2020-07-23 12:10:40 +09:00