From 292ff5d24cfc677b6474ab801b0704d70552a233 Mon Sep 17 00:00:00 2001 From: slackline <776695+slackline@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:29:39 +0100 Subject: Set GitHub Pages to Deploy from Action --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29b9dc5..d720e0f 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit