Skip to content

Commit

Permalink
Try to fix action dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay authored Aug 12, 2024
1 parent 5433c86 commit 4043bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4043bce

Please sign in to comment.