Prevent reference from bleeding into the margin. #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test building book and website with default image | ||
on: | ||
push: | ||
jobs: | ||
build-and-push-image: | ||
Check failure on line 7 in .github/workflows/test-book-website-push.yml GitHub Actions / Test building book and website with default imageInvalid workflow file
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
test-building-book-website: | ||
needs: build-and-push-image | ||
uses: ./.github/workflows/test-book-website.yml | ||
with: | ||
docker-image: ghcr.io/${{ github.repository }}:latest |