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: