Abyszero commited on
Commit
69b3e79
1 Parent(s): 6dbed93
.github/workflows/deploy.yaml DELETED
@@ -1,9 +0,0 @@
1
- name: Deploy to GitHub Pages
2
- on:
3
- push:
4
- branches: [ "main", "master" ]
5
- workflow_dispatch:
6
- jobs:
7
- deploy:
8
- runs-on: ubuntu-latest
9
- steps: [uses: fastai/workflows/quarto-ghp@master]
 
 
 
 
 
 
 
 
 
 
.github/workflows/test.yaml DELETED
@@ -1,7 +0,0 @@
1
- name: CI
2
- on: [workflow_dispatch, pull_request, push]
3
-
4
- jobs:
5
- test:
6
- runs-on: ubuntu-latest
7
- steps: [uses: fastai/workflows/nbdev-ci@master]