Skip to content

Commit

Permalink
Fix for #2. Updated to use nbdev v2
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge committed Jan 20, 2023
1 parent 46936a1 commit 111d6ce
Show file tree
Hide file tree
Showing 29 changed files with 780 additions and 4,115 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Deploy to GitHub Pages
on:
push:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]
33 changes: 0 additions & 33 deletions .github/workflows/main.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: CI
on: [workflow_dispatch, pull_request, push]

jobs:
test:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/nbdev-ci@master]
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,5 @@ checklink/cookies.txt
.gitconfig

cache_db.sqlite
_docs/
_proc/
Loading

0 comments on commit 111d6ce

Please sign in to comment.