Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
G5Sonic committed May 4, 2024
2 parents 782bce4 + d5abe7d commit 7876e81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: auto-build
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: pip install -U jupyter-book
- run: jupyter-book build .

0 comments on commit 7876e81

Please sign in to comment.