diff options
author | Shotaro Aoki <ikoamu@gmail.com> | 2024-04-05 17:46:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 17:46:54 +0900 |
commit | 5bd6bb734c2781d9809e3ab621127b3bddf56d99 (patch) | |
tree | 4f9f6d38cd96529bc8571579e914851825a28803 /README.md | |
parent | ae44476b8faea9a5a098d3f8c91b8908e9cef508 (diff) | |
parent | 292ff5d24cfc677b6474ab801b0704d70552a233 (diff) |
Merge pull request #7 from slackline/patch-1
Set GitHub Pages to Deploy from Action
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ jobs: Deploy to GitHub Pages by setting `deploy-to-pages` to true. And sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages. +Under the repositories _Settings > GitHub Pages_ select _Deply from Action_. + ```yml permissions: contents: read |