From 2a369574bdbe3efc9dadb39938fcc7cd2f3f7b6d Mon Sep 17 00:00:00 2001 From: Philip Ellis <94471173+philip-ellis-sp@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:05:49 -0400 Subject: [PATCH] Update pages.yml --- .github/workflows/pages.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d5a213925..a8e992eb5 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,5 +1,4 @@ -# Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Deploy Jekyll with GitHub Pages dependencies preinstalled +name: Build and Deploy Docusaurus to GitHub Pages on: # Runs on pushes targeting the default branch @@ -11,7 +10,7 @@ on: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: - contents: read + contents: write pages: write id-token: write