Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Jan 31, 2024
1 parent 5f7bd51 commit f2bcc8e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,9 @@ jobs:
shell: bash
run: ./scripts/check-deploy.sh

build:
deploy:
needs: check
if: needs.check.outputs.deploy == 'true'
name: Build
uses: ./.github/workflows/build.yml

deploy:
needs: build
name: Publish to the `gh-pages` branch
permissions:
contents: write
Expand Down

0 comments on commit f2bcc8e

Please sign in to comment.