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 da9e98d commit f35d0feCopy full SHA for f35d0fe
.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
57
jupyter labextension develop . --overwrite
58
59
- name: Check docs can be build + links
60
- if: {{ matrix.os == 'ubuntu-latest' }}
+ if: ${{ matrix.os == 'ubuntu-latest' }}
61
working-directory: jupyter-widget-testwidgets/docs
62
run: |
63
sudo apt install -y pandoc
{{cookiecutter.github_project_name}}/.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
yarn run test
33
34
35
36
37
38
pushd docs
0 commit comments