Skip to content

Commit

Permalink
Fix build step order
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlangston committed Jan 2, 2024
1 parent d1e1b5d commit e2c8618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DeployPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

deploy-itchio:
runs-on: ubuntu-latest
needs: deploy
needs: deploy-github-pages
permissions:
contents: write
steps:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: deploy
needs: deploy-itchio
permissions:
contents: write
steps:
Expand Down

0 comments on commit e2c8618

Please sign in to comment.