From 4043bce2a60b8632ce90e8e0936670a7a65f9b81 Mon Sep 17 00:00:00 2001 From: Doug Massay Date: Mon, 12 Aug 2024 09:35:25 -0400 Subject: [PATCH] Try to fix action dependency --- .github/workflows/pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5edb7d2..3ead111 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -25,10 +25,10 @@ env: PAGESURL: https://sigil-ebook.com/sigil-user-guide/index2.html?epub=epub_content/guide jobs: -# Only update pages website if test build action completess successfully -if: ${{ github.event.workflow_run.conclusion == 'success' }} # Single deploy job since we're just deploying deploy: + # Only update pages website if test build action completess successfully + if: ${{ github.event.workflow_run.conclusion == 'success' }} environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}