Skip to content

Commit f35d0fe

Browse files
committed
fix syntax
1 parent da9e98d commit f35d0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
jupyter labextension develop . --overwrite
5858
5959
- name: Check docs can be build + links
60-
if: {{ matrix.os == 'ubuntu-latest' }}
60+
if: ${{ matrix.os == 'ubuntu-latest' }}
6161
working-directory: jupyter-widget-testwidgets/docs
6262
run: |
6363
sudo apt install -y pandoc

{{cookiecutter.github_project_name}}/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
yarn run test
3333
3434
- name: Check docs can be build + links
35-
if: {{ matrix.os == 'ubuntu-latest' }}
35+
if: ${{ matrix.os == 'ubuntu-latest' }}
3636
run: |
3737
sudo apt install -y pandoc
3838
pushd docs

0 commit comments

Comments
 (0)