We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d84d15 commit 0ed48c4Copy full SHA for 0ed48c4
1 file changed
.github/workflows/deploy.yml
@@ -56,7 +56,7 @@ jobs:
56
GH_TOKEN: ${{ secrets.PAT_DOC_WORKFLOW }}
57
strategy:
58
matrix:
59
- site: ${{ fromJson(needs.setup_matrix.outputs.sites) }}
+ site: ${{ fromJson(needs.setup_array.outputs.sites) }}
60
steps:
61
- name: Dispatch deploy.yml and capture the run url
62
id: dispatch
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
- uses: actions/download-artifact@v8
82
with:
0 commit comments