From 7b5221dfc49122edd50a9380ebb306d8379f6cf5 Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Mon, 15 Apr 2024 10:57:20 +0100 Subject: [PATCH] Update CI/CD workflow --- .github/workflows/cicd-pages.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd-pages.yml b/.github/workflows/cicd-pages.yml index aaf3642..4b4c708 100644 --- a/.github/workflows/cicd-pages.yml +++ b/.github/workflows/cicd-pages.yml @@ -1,5 +1,9 @@ name: Deploy to Pages +# Update the issue number below to correspond to the currently active draw +env: + ISSUE_ID: 64 + on: # Runs on pushes targeting the default branch push: @@ -22,9 +26,6 @@ concurrency: group: "pages" cancel-in-progress: true -env: - ISSUE_ID: 61 - jobs: # Build job build: