Skip to content

Commit

Permalink
Merge branch 'main' of /home/jake/github/pysindy-example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Stevens-Haas committed Nov 7, 2024
2 parents 973b637 + f4c5af6 commit 11a4b6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Docbuild
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
Docs:
Expand All @@ -22,7 +22,8 @@ jobs:
sudo apt-get update -y
sudo apt-get install pandoc
pip install -r examples/requirements.txt
pip install sphinx nbsphinx
- name: Build docs
run: |
cd docs
sphinx-build -W docs/source docs/build
sphinx-build -W docs/source docs/build
5 changes: 0 additions & 5 deletions .github/workflows/pysindy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
# dependencies and delete this file. You may still make changes to the
# experiment afterwards.
name: pysindy-commit

# Ideally, this workflow would be triggered from each change to pysindy
# But not sure how to do that yet, so just run it every other week
# on: workflow_dispatch

on:
# Requires adding a Personal Access Token as a secret to pysindy in order
# in order to trigger CI
Expand Down

0 comments on commit 11a4b6b

Please sign in to comment.