move fromJson back to the matrix
This commit is contained in:
parent
21d56c8b1a
commit
3066cd95c0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_docs.yml
vendored
4
.github/workflows/build_docs.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
|
||||
outputs:
|
||||
pages-url: ${{ steps.get-url.outputs.pages-url }}
|
||||
matrix: ${{ fromJson(steps.list-langs.outputs.matrix) }}
|
||||
matrix: ${{ steps.list-langs.outputs.matrix }}
|
||||
release: ${{ steps.check-release.outputs.release }}
|
||||
|
||||
steps:
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
lang: ${{ needs.build.outputs.matrix }}
|
||||
lang: ${{ fromJson(needs.build.outputs.matrix) }}
|
||||
|
||||
env:
|
||||
GITHUB_PAGES_URL: ${{ needs.build.outputs.pages-url }}
|
||||
|
|
Loading…
Reference in a new issue