Skip to content

Commit

Permalink
Merge pull request #51 from JoFrhwld/dev
Browse files Browse the repository at this point in the history
v2.0.0
  • Loading branch information
JoFrhwld authored Feb 10, 2022
2 parents 1fda17d + 4ce3716 commit 6c20fff
Show file tree
Hide file tree
Showing 192 changed files with 21,809 additions and 2,622 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master, documentation ]
pull_request:
branches: [ master ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Sphinx Build
uses: ammaraskar/[email protected]
with:
docs-folder: "docs/"

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
*\~
.Rhistory
.DS_Store
*.sublime-project
*.sublime-project
*egg-info
*.wav
build/*
Loading

0 comments on commit 6c20fff

Please sign in to comment.