Skip to content

Commit

Permalink
Spacing?
Browse files Browse the repository at this point in the history
  • Loading branch information
avahoffman committed Nov 1, 2024
1 parent 95ebe0a commit 45393d4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ jobs:
toggle_student_guide: "${{ env.RENDER_STUDENT_GUIDE }}"
rendering_docker_image: "${{ env.RENDERING_DOCKER_IMAGE }}"

build-collection:
name: Build Collection
needs: yaml-check
uses: ./.github/workflows/build-collection.yml
with:
render-type: 'preview'
repository: $GITHUB_REPOSITORY
secrets:
gh_pat: ${{ secrets.GH_PAT }}
build-collection:
name: Build Collection
needs: yaml-check
uses: ./.github/workflows/build-collection.yml
with:
render-type: 'preview'
repository: $GITHUB_REPOSITORY
secrets:
gh_pat: ${{ secrets.GH_PAT }}
yt_key: ${{ secrets.YT_KEY }}

########################## Make the error reports ##############################
spell-check:
name: Check spelling
Expand Down

0 comments on commit 45393d4

Please sign in to comment.