Commit Graph
100 Commits
Author SHA1 Message Date
Shohei Ueda 772c200ac1 chore: add .prettierignore 2020-10-11 17:05:06 +09:00
Shohei Ueda 25e5ffa147 feat: Add link to README in log 2020-10-11 11:46:29 +09:00
Shohei Ueda 87e03f1be4 deps: bump node from 12.18.4 to 12.19.0 (#510) 2020-10-11 09:50:33 +09:00
peaceiris c77e4d0f87 docs: add notes about keep_files
Note that users who are using a Static Site Generator do not need this option in most cases. Please reconsider your project structure and building scripts, or use a built-in feature of a Static Site Generator before you enable this flag.

- [Static Files | Hugo](https://gohugo.io/content-management/static-files/)
- [Using the Static Folder | Gatsby](https://www.gatsbyjs.com/docs/static-folder/)

Related issues:

- #507
- #509
2020-10-11 09:42:17 +09:00
Shohei Ueda 1a9f7eb481 docs: remove link to #349 2020-10-07 21:43:01 +09:00
Shohei Ueda c6c5feba5e docs: update Swift Publish
- enhance cache
- pin version to 0.7.0
2020-10-07 14:35:05 +09:00
Shohei Ueda edd5ff366e docs: update Flutter Web
use GITHUB_PATH instead of add-path
2020-10-07 13:30:37 +09:00
Shohei Ueda f15a311467 docs: update Swift Publish 2020-10-07 13:28:23 +09:00
peaceiris b3747cde80 docs: pin version to v3 2020-10-07 08:10:13 +09:00
peaceiris 04aa727212 chore(release): Remove build assets [skip ci] 2020-10-07 01:58:40 +09:00
peaceiris 3bdd7da7d7 chore(release): 3.7.0 2020-10-07 01:58:39 +09:00
peaceiris f679a0dbd1 chore(release): Add build assets 2020-10-07 01:58:37 +09:00
Shohei Ueda 9fba4cf667 deps: bump node from 12.18.3 to 12.18.4 (#489) 2020-09-19 08:14:20 +09:00
Shohei Ueda f89d8688b5 docs: change master branch to another (#436)
* docs: change master to another
* docs: update Getting started
* docs: update publish_branch section
2020-09-04 20:30:09 +09:00
Shohei Ueda b5c306f7ff chore: add ms-azuretools.vscode-docker 2020-09-02 22:36:54 +09:00
Shohei Ueda 79bf213729 deps: change @zeit/ncc to @vercel/ncc (#459) 2020-08-22 12:07:45 +09:00
Shohei Ueda fb9ff7fb2e docs: add note about keep_files and force_orphan (#456)
the keep_files does not support working with the force_orphan with the v3.

Related to #455
2020-08-19 07:51:27 +09:00
peaceiris d7934f1bfb docs: bump v3.7.0-6 to v3.7.0-8 2020-08-09 17:26:44 +09:00
peaceiris 25119e64f4 chore(release): Remove build assets [skip ci] 2020-08-09 09:49:52 +09:00
peaceiris 05a7c4edd9 chore(release): 3.7.0-8 2020-08-09 09:49:51 +09:00
peaceiris 4c2d9ecb85 chore(release): Add build assets 2020-08-09 09:49:50 +09:00
peaceiris 6b302fdd50 chore: Add vscode devcontainer 2020-08-09 09:49:07 +09:00
Shohei Ueda f80024481c refactor: Enhance log (#444) 2020-08-09 09:48:27 +09:00
Shohei Ueda ba912f746b ci: Add actions runner env (#443)
DEBIAN_FRONTEND="noninteractive"
ImageVersion="20200717.1"
GITHUB_SERVER_URL="https://github.com"
GITHUB_GRAPHQL_URL="https://api.github.com/graphql"
GITHUB_ACTOR="peaceiris"
GITHUB_REPOSITORY="actions/pages"
RUNNER_OS="Linux"
RUNNER_USER="runner"
RUNNER_TEMP="/home/runner/work/_temp"
RUNNER_WORKSPACE="/home/runner/work/pages"
2020-08-06 11:36:20 +09:00
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
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
Shohei Ueda fecb564860 deps: bump git from 2.27.0 to 2.28.0 (#422) 2020-07-28 02:20:19 +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
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
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
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
Shohei Ueda 99a89f661a docs: Add Code Scanning workflow badge 2020-07-23 11:22:23 +09:00
Shohei Ueda f633b0f6b5 ci: remove types [skip ci] 2020-07-21 19:44:14 +09:00
Shohei Ueda a2712f7b92 ci: Add docker-compose.yml (#406) 2020-07-21 19:37:23 +09:00
peaceiris 09b03c0bb1 chore(release): Remove build assets [skip ci] 2020-07-21 12:53:50 +09:00
peaceiris afee929f89 chore(release): 3.7.0-1 2020-07-21 12:53:50 +09:00
peaceiris 4b17904d54 chore(release): Add build assets 2020-07-21 12:53:48 +09:00
Shohei Ueda ce4e3beff1 fix: KeepFiles behaviour when DestinationDir has dir (#405)
Related to #324
2020-07-21 12:53:14 +09:00
peaceiris 3874723ac6 docs: Enhance section name 2020-07-21 11:42:39 +09:00
peaceiris f0c76f03b6 chore(release): Remove build assets [skip ci] 2020-07-21 11:17:05 +09:00
peaceiris b7f7b0dddb chore(release): 3.7.0-0 2020-07-21 11:17:04 +09:00
peaceiris 14e12e8e74 chore(release): Add build assets 2020-07-21 11:17:03 +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 250469649c docs: update dependabot label 2020-07-18 16:25:09 +09:00
Shohei Ueda 5980f05de8 ci: update label 2020-07-18 16:18:08 +09:00
peaceiris 106f76b593 chore(release): Remove build assets [skip ci] 2020-07-18 13:02:37 +09:00
peaceiris 8a36f3edfc chore(release): 3.6.4 2020-07-18 13:02:36 +09:00
peaceiris 220a06da5e chore(release): Add build assets 2020-07-18 13:02:34 +09:00
Shohei Ueda 3d656402e5 feat: enhance error message (#398) 2020-07-15 02:04:43 +09:00
Shohei Ueda 6901b8e8fc docs: change default branch from master to main (#397) 2020-07-15 01:41:09 +09:00
Shohei Ueda 932df18147 chore: change default branch from master to main (#396) 2020-07-14 12:45:04 +09:00
peaceiris ed8dfeaf86 chore(release): Remove build assets [skip ci] 2020-07-14 09:06:36 +09:00
peaceiris 381bc0b884 "chore(release): 3.6.3" 2020-07-14 09:06:36 +09:00
peaceiris 3914720f25 chore(release): Add build assets 2020-07-14 09:06:34 +09:00
Shohei Ueda 488b74cc9f docs: add notes #349 (#387) 2020-07-10 12:05:25 +09:00
Shohei Ueda 16d58bea33 docs: Add Schedule and Manual Deployment (#386)
[Events that trigger workflows - GitHub Docs](https://docs.github.com/en/actions/reference/events-that-trigger-workflows)

- on.schedule
- on.workflow_dispatch
2020-07-10 12:00:35 +09:00
Shohei Ueda a8941b89c6 docs: Add dependabot.yml example (#385)
[Keeping your dependencies updated automatically - GitHub Docs](https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically)
2020-07-10 11:41:10 +09:00
peaceiris 0413b987d2 chore(release): Remove build assets [skip ci] 2020-07-09 05:47:37 +09:00
peaceiris 9560cb6d44 chore(release): 3.6.2 2020-07-09 05:47:36 +09:00
peaceiris b6cbae3580 chore(release): Add build assets 2020-07-09 05:47:35 +09:00
Shohei Ueda 29acb8eaee ci: push dev docker image to packages (#384) 2020-07-09 05:33:46 +09:00
Shohei Ueda 2e976845a6 feat: enhance log message (#383)
Add warning deploy_key on windows-latest
- Currently, the deploy_key option is not supported on the windows-latest.
- Related #87

Close #359
2020-07-09 05:15:51 +09:00
Shohei Ueda c6333d41f0 ci: add Code Scanning workflow (#381) 2020-07-07 16:37:55 +09:00
Shohei Ueda 4dfc201b55 ci: add workflow_dispatch event
> You can now create workflows that are manually triggered with the new workflow_dispatch event.
> You will then see a 'Run workflow' button on the Actions tab, enabling you to easily trigger a run.
> You can choose which branch the workflow is run on.

https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
2020-07-07 16:06:26 +09:00
Shohei Ueda c6eab4153b deps: bump node from 12.18.1 to 12.18.2 (#376) 2020-07-02 22:37:18 +09:00
Shohei Ueda f86ecdfe86 docs: Add use case (#371)
A GitHub Free Plan account cannot use the GitHub Pages in a private repository. To make your source contents private and deploy it with the GitHub Pages, you can deploy your site from a private repository to a public repository using the external_repository.
2020-06-27 22:42:01 +09:00