Commit Graph

204 Commits

Author SHA1 Message Date
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
Shohei Ueda 51c782389a
docs: remove gitbook (#357)
- https://github.com/GitbookIO/gitbook

> As the efforts of the GitBook team are focused on the GitBook.com platform, the CLI is no longer under active development.
2020-06-20 10:25:32 +09:00
peaceiris 688a3b3d0c
docs: bump actions/cache from v1 to v2 2020-06-19 00:43:10 +09:00
peaceiris d2b7688ae3
docs: bump actions/setup-node from v1 to v2 2020-06-19 00:38:35 +09:00
Shohei Ueda 58b4bf3981
docs: remove link to v2 2020-06-09 16:02:39 +09:00
Shohei Ueda 3de5b2308f
docs: Add ubuntu-20.04 2020-06-04 09:11:54 +09:00
Shohei Ueda 6cad446381
docs: remove Dependabot status badge 2020-06-03 08:32:05 +09:00
Shohei Ueda 938e1fa9f5
docs: enhance external repository section
#245 #318
2020-05-28 16:08:04 +09:00
Shohei Ueda 3203c05a3a
docs: bump hugo to 0.71.1 2020-05-25 19:01:27 +09:00
peaceiris ea6d487bc7
docs: update Hugo workflow example 2020-05-24 12:16:32 +09:00
Shohei Ueda e27e4b7140
docs: Remove feed badge 2020-05-14 00:29:37 +09:00
Shohei Ueda a8209677e6
docs: Use yarn install --frozen-lockfile (#288)
cf. https://classic.yarnpkg.com/en/docs/cli/install
2020-05-09 00:25:08 +09:00
peaceiris c639d964e8
docs: Fix image size 2020-05-04 10:30:24 +09:00
peaceiris f559ed8889
docs: Add example image for commit_message 2020-05-04 10:27:29 +09:00
Shohei Ueda 0b7411e2cf
feat: Add full_commit_message (#275)
* feat: Add full_commit_message
* ci: Add full_commit_message
* docs: Add full_commit_message

cf. #274
2020-05-04 09:50:38 +09:00
Shohei Ueda 20d80bcd8c
docs: change to job level defaults
Change workflow level defaults.run.working-directory to job level in Docusaurus example.
2020-04-30 23:48:01 +09:00
Shohei Ueda d9f616f4a2
docs: Add ubuntu-16.04
cf. #263
2020-04-30 23:42:27 +09:00
Shohei Ueda 029c1a08f9
docs: bump actions/setup-python from v1 to v2 (#262)
https://github.com/actions/setup-python/pull/87
https://github.com/actions/setup-python/pull/85

Testing https://github.com/peaceiris/mkdocs-material-boilerplate/pull/102
2020-04-30 23:13:03 +09:00
Shohei Ueda eafac7a3ef
docs: bump python from 3.6 to 3.8 2020-04-30 17:04:31 +09:00
Shohei Ueda e4462d9bb6
docs: Enhance Python workflow example (#261)
4e1362e350

ccf9619480
https://github.com/actions/cache/pull/285
2020-04-30 17:03:08 +09:00
Shohei Ueda 91e6658ef0
docs: Enhance Supported Platforms 2020-04-30 16:38:29 +09:00
Shohei Ueda 1511f85feb
docs: Enhance the Tips and FAQ section
- Enhance `First Deployment with GITHUB_TOKEN`
2020-04-28 14:25:48 +09:00
Shohei Ueda e3404eb04b
ci: Add hook for doctoc (#244) 2020-04-22 13:33:06 +09:00
peaceiris 8632feabc7
docs: update 2020-04-19 14:14:03 +09:00
peaceiris 7d421d3e4c
docs: update 2020-04-19 14:11:37 +09:00
peaceiris 95d87cfaa5 docs: update 2020-04-19 11:44:23 +09:00
Shohei Ueda 4b0ac9453b
docs: Add publish_branch and publish_dir (#239) 2020-04-18 14:30:22 +09:00
Shohei Ueda f1ebad9abb
docs: Enhance cache key (#235) 2020-04-17 09:53:26 +09:00
Shohei Ueda 63cdebd96b
docs: Enhance Docusaurus example workflow (#234)
- Add on.push.paths
- Add defaults.run.working-directory
  - https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#defaultsrun
  - https://github.blog/changelog/2020-04-15-github-actions-new-workflow-features/
2020-04-17 09:27:11 +09:00
Shohei Ueda 9614091a5e
docs: update 2020-04-15 09:25:23 +09:00
Pierre Mavro fb15409be9
docs: Update Docusaurus workflow example (#229)
* Updating Docusaurus config to make it work
* docs: Fix publish_dir

There were some issues, it was impossible to get it working just with a simple copy/paste

* Test repo: https://github.com/peaceiris/test-docusaurus
* Reference: https://docusaurus.io/docs/en/installation

Co-authored-by: peaceiris <30958501+peaceiris@users.noreply.github.com>
2020-04-13 23:27:34 +09:00
Shohei Ueda 9f90987bad
docs: Add Swift Publish example (#228)
https://github.com/JohnSundell/Publish

Close #227
2020-04-11 23:58:23 +09:00
Shohei Ueda 596c2d5548
docs: Add branches 2020-04-11 23:53:15 +09:00
peaceiris b6bc5040aa docs: bump hugo and mdbook 2020-04-11 02:59:20 +09:00
Shohei Ueda 32a0227f7c
docs: Add fetch-depth 0
Fetch all history for Hugo feature .GitInfo and .Lastmod
2020-04-04 14:58:15 +09:00
Shohei Ueda a93c85ca96
docs: update test badge 2020-03-31 21:32:03 +09:00
peaceiris d59e15bbd0 docs: Add github_token section 2020-03-30 17:31:13 +09:00
Shohei Ueda 3e53047dc0
docs: fix typo 2020-03-30 17:22:59 +09:00
Shohei Ueda c276f65cf9
docs: Add link to interview (#194)
[GitHub Action Hero: Shohei Ueda - The GitHub Blog](https://github.blog/2020-03-22-github-action-hero-shohei-ueda/)
2020-03-29 23:36:47 +09:00
Shohei Ueda 164addf07d
docs: bump mdbook from 0.3.5 to 0.3.6 2020-03-29 18:17:51 +09:00
Shohei Ueda fbff0cd1e0
docs: Improve section name of enable_jekyll (#193) 2020-03-29 18:14:08 +09:00
Shohei Ueda 9597ab97de
docs: bump node from 10 to 12 (#192) 2020-03-29 18:08:42 +09:00
Shohei Ueda 014420965c
docs: Improve Docusaurus example (#191) 2020-03-29 15:53:22 +09:00
Shohei Ueda 87399813a5
docs: Improve Elm example (#190) 2020-03-29 15:20:03 +09:00
Shohei Ueda 2ea85f7322
docs: Improve Flutter example (#189) 2020-03-29 15:01:07 +09:00
Shohei Ueda 0294e8c526
docs: bump actions/checkout to v2 in Hugo example 2020-03-21 12:51:05 +09:00
peaceiris c50f9fd17d docs: Add link to example 2020-03-16 13:09:31 +09:00
peaceiris 1ee7d6e98a docs: Add path to workflow file 2020-03-16 13:05:28 +09:00
peaceiris e2a54ec0b9 docs: Add github/personal-website
Add an example workflow for github/personal-website

https://github.com/github/personal-website
2020-03-16 13:01:54 +09:00
Shohei Ueda 9571d29e0d
docs: fix user_name 2020-03-08 15:36:36 +09:00