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 82f4a6c commit db22110Copy full SHA for db22110
{{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