We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f248208 + 275766f commit 1f14131Copy full SHA for 1f14131
.github/workflows/deploy_docs.yml
@@ -32,7 +32,7 @@ jobs:
32
pip install sphinx sphinx-rtd-theme myst-parser nbsphinx matplotlib
33
34
- name: Build documentation
35
- run: make html
+ run: make docs
36
37
- name: Deploy to GitHub Pages
38
if: github.event_name == 'push'
.github/workflows/run_tests.yml
@@ -4,11 +4,11 @@
4
name: Python package
5
6
on:
7
- push:
8
- branches: [ "master" ]
9
pull_request:
10
branches: [ "master" ]
11
+ workflow_dispatch:
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
0 commit comments