From 2ea0e3307eea3173180d3be9d32d2d7a705934f1 Mon Sep 17 00:00:00 2001 From: sewer56 Date: Mon, 4 Dec 2023 15:18:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/DeployMkDocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/DeployMkDocs.yml b/.github/workflows/DeployMkDocs.yml index fc316d2..992833b 100644 --- a/.github/workflows/DeployMkDocs.yml +++ b/.github/workflows/DeployMkDocs.yml @@ -15,6 +15,10 @@ on: - "./docs/**" workflow_dispatch: +permissions: + pages: write + id-token: write + jobs: build-and-deploy: uses: Nexus-Mods/NexusMods.App.Meta/.github/workflows/mkdocs-build-and-deploy.yaml@main