Use correct matrix variable syntax
This commit is contained in:
parent
ee6a8876af
commit
5f55ef81b9
1 changed files with 2 additions and 2 deletions
2
.github/workflows/build_docs.yml
vendored
2
.github/workflows/build_docs.yml
vendored
|
@ -110,7 +110,7 @@ jobs:
|
|||
run: pip install . hatch
|
||||
|
||||
- name: Build web book
|
||||
run: $HEXDOC --lang $lang -o _site
|
||||
run: $HEXDOC --lang ${{ matrix.lang }} -o _site
|
||||
|
||||
- name: Upload Pages artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
|
|
Loading…
Reference in a new issue