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.
2 parents 82f4a6c + db22110 commit 94f9d38Copy full SHA for 94f9d38
{{cookiecutter.github_project_name}}/.github/workflows/build.yml
@@ -32,13 +32,12 @@ jobs:
32
33
- name: Linting
34
if: ${{ matrix.os == 'ubuntu-latest' }}
35
- working-directory: jupyter-widget-testwidgets
36
run: |
37
yarn run lint:check
38
39
- name: Check docs can be build + links
40
41
- working-directory: jupyter-widget-testwidgets/docs
+ working-directory: docs
42
43
sudo apt install -y pandoc
44
make html
0 commit comments