From 4a3fc9e4a9d5cf4b32fc988f130b94dad8861a2e Mon Sep 17 00:00:00 2001 From: skzk Date: Fri, 9 Feb 2024 22:20:57 +0100 Subject: [PATCH] Update docfx-publish.yml --- .github/workflows/docfx-publish.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/docfx-publish.yml b/.github/workflows/docfx-publish.yml index 1b46b06..0d3ae7b 100644 --- a/.github/workflows/docfx-publish.yml +++ b/.github/workflows/docfx-publish.yml @@ -6,18 +6,6 @@ on: - main - docfx-action -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages -permissions: - actions: read - pages: write - id-token: write - -# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. -# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. -concurrency: - group: "pages" - cancel-in-progress: false - jobs: publish-docs: name: Publish documentation