diff options
author | slackline <776695+slackline@users.noreply.github.com> | 2024-04-05 08:29:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 08:29:39 +0100 |
commit | 292ff5d24cfc677b6474ab801b0704d70552a233 (patch) | |
tree | 4f9f6d38cd96529bc8571579e914851825a28803 /README.md | |
parent | ae44476b8faea9a5a098d3f8c91b8908e9cef508 (diff) |
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 |