Skip to content

Commit

Permalink
init working version
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Dec 16, 2024
1 parent 0e25091 commit 39e5c2b
Show file tree
Hide file tree
Showing 13 changed files with 1,144 additions and 477 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Deploy to GitHub Pages

permissions:
contents: write
pages: write

on:
push:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml.off
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]
Loading

0 comments on commit 39e5c2b

Please sign in to comment.