Skip to content

Commit

Permalink
Calls to publish-webstie workflow now also use the correct name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Southpaw1496 committed Sep 1, 2024
1 parent 74d7699 commit dffe450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
uses: ./.github/workflows/build-website.yaml

publish:
uses: ./.github/workflows/publish.yaml
uses: ./.github/workflows/publish-website.yaml
needs: build-website
secrets: inherit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
uses: ./.github/workflows/build-website.yaml

publish:
uses: ./.github/workflows/publish.yaml
uses: ./.github/workflows/publish-website.yaml
needs: build-website
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/publish-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "pr-number=$(cat ./pr/pr_number)" >> "$GITHUB_OUTPUT"

publish-preview:
uses: ./.github/workflows/publish.yaml
uses: ./.github/workflows/publish-website.yaml
needs: get-pr-number
with:
branch: preview-${{ needs.get-pr-number.outputs.pr-number }}
Expand Down

0 comments on commit dffe450

Please sign in to comment.