From 3b3bbc38bfa652135e806ac0e3b081ca988919b0 Mon Sep 17 00:00:00 2001 From: wbglaeser Date: Fri, 20 Oct 2023 10:32:14 +0200 Subject: [PATCH] add configuration step --- .github/workflows/ckg-site_build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ckg-site_build.yml b/.github/workflows/ckg-site_build.yml index be262fb..80eba76 100644 --- a/.github/workflows/ckg-site_build.yml +++ b/.github/workflows/ckg-site_build.yml @@ -5,6 +5,8 @@ on: branches: - main + workflow_dispatch: + permissions: contents: read pages: write @@ -12,7 +14,7 @@ permissions: concurrency: group: "pages" - cancel-in-progress: false + cancel-in-progress: true jobs: build: @@ -21,6 +23,9 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Setup Node.js uses: actions/setup-node@v3 with: