Skip to content

Commit 0ed48c4

Browse files
authored
Fix after rename.
1 parent 9d84d15 commit 0ed48c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
GH_TOKEN: ${{ secrets.PAT_DOC_WORKFLOW }}
5757
strategy:
5858
matrix:
59-
site: ${{ fromJson(needs.setup_matrix.outputs.sites) }}
59+
site: ${{ fromJson(needs.setup_array.outputs.sites) }}
6060
steps:
6161
- name: Dispatch deploy.yml and capture the run url
6262
id: dispatch
@@ -76,7 +76,7 @@ jobs:
7676
GH_TOKEN: ${{ secrets.PAT_DOC_WORKFLOW }}
7777
strategy:
7878
matrix:
79-
site: ${{ fromJson(needs.setup_matrix.outputs.sites) }}
79+
site: ${{ fromJson(needs.setup_array.outputs.sites) }}
8080
steps:
8181
- uses: actions/download-artifact@v8
8282
with:

0 commit comments

Comments
 (0)