From b3c36e76e5d9e1f181714a7eadfe13e855ec79f8 Mon Sep 17 00:00:00 2001 From: Daniel Weck Date: Thu, 21 Mar 2024 10:20:46 +0000 Subject: [PATCH] fix(ci): YAML woes --- .github/workflows/deploy_docsy.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/deploy_docsy.yml b/.github/workflows/deploy_docsy.yml index a6f65726..516b0dc9 100644 --- a/.github/workflows/deploy_docsy.yml +++ b/.github/workflows/deploy_docsy.yml @@ -8,20 +8,20 @@ on: # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions permissions: - actions: none - checks: none - contents: write - deployments: none - id-token: none - issues: none - packages: none - pages: none - pull-requests: none - repository-projects: none - security-events: none - statuses: none - -# Allows you to run this workflow manually from the Actions tab + actions: none + checks: none + contents: write + deployments: none + id-token: none + issues: none + packages: none + pages: none + pull-requests: none + repository-projects: none + security-events: none + statuses: none + + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: