From 58ac19758c86443b09ebb342196740cfc447b104 Mon Sep 17 00:00:00 2001 From: Santiago Zarate <229240+foursixnine@users.noreply.github.com> Date: Thu, 21 Jul 2022 21:26:22 +0200 Subject: [PATCH] Fix generation of the gh pages docs Permission was wrong in the first place, waiting for https://github.com/peaceiris/actions-gh-pages/pull/624 to be merged to update the version of the action. --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f75972e229b..1ecde1ea173e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,6 @@ name: Deploy documentation permissions: - pages: write + contents: write on: push: