Skip to content

Commit

Permalink
Deploy to Github pages should also build and test
Browse files Browse the repository at this point in the history
I suspect this was missed, or the expectation was that deploy would
build and test, and then deploy-with-pages would follow in it's wake.

But now deploy fails I think that's no longer true.

Let's move thingsa cross to build-to-pages and then we can remove
deploy.yml
  • Loading branch information
huwd committed Feb 8, 2024
1 parent 4e5ff1d commit 16093d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-to-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ concurrency:
cancel-in-progress: false

jobs:
build:
uses: ./.github/workflows/test.yaml
with:
upload-artifact: true
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit 16093d3

Please sign in to comment.