Skip to content

Commit 1f14131

Browse files
authored
Merge pull request #83 from MunchLab/little-action-fix
More action cleanup
2 parents f248208 + 275766f commit 1f14131

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install sphinx sphinx-rtd-theme myst-parser nbsphinx matplotlib
3333
3434
- name: Build documentation
35-
run: make html
35+
run: make docs
3636

3737
- name: Deploy to GitHub Pages
3838
if: github.event_name == 'push'

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
name: Python package
55

66
on:
7-
push:
8-
branches: [ "master" ]
97
pull_request:
108
branches: [ "master" ]
119

10+
workflow_dispatch:
11+
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)