From efadaff43d84aac10e25ac475cffcf3cdce050dd Mon Sep 17 00:00:00 2001 From: akarras Date: Tue, 9 Jan 2024 23:17:52 -0700 Subject: [PATCH] fix book part 23044 ok why did that not even get picked up? --- .github/workflows/book.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 6cebb8d7..9f66607e 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -7,7 +7,8 @@ on: jobs: deploy: runs-on: ubuntu-lates - environment: github-pages + environment: + name: github-pages permissions: contents: write # To push a branch pages: write # To push to a GitHub Pages site