Skip to content

Commit 954eb9a

Browse files
committed
fix: update workflow paths from fastai to answerdotai
1 parent d336eeb commit 954eb9a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: fastai/workflows/quarto-ghp@master
12+
- uses: answerdotai/workflows/quarto-ghp@master
1313
# with: {pre: 1}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1818
runs-on: ${{ matrix.os }}-latest
1919
steps:
20-
- uses: fastai/workflows/nbdev-ci@master
20+
- uses: answerdotai/workflows/nbdev-ci@master
2121
with:
2222
version: ${{ matrix.version }}
2323
pre: 1

nbdev/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def nbdev_new(**kwargs):
9191
_update_repo_meta(cfg)
9292
path = Path()
9393

94-
_ORG_OR_USR,_REPOSITORY = 'fastai','nbdev-template'
94+
_ORG_OR_USR,_REPOSITORY = 'answerdotai','nbdev-template'
9595
_TEMPLATE = f'{_ORG_OR_USR}/{_REPOSITORY}'
9696
template = kwargs.get('template', _TEMPLATE)
9797
try: org_or_usr, repo = template.split('/')

nbs/api/13_cli.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
" _update_repo_meta(cfg)\n",
194194
" path = Path()\n",
195195
"\n",
196-
" _ORG_OR_USR,_REPOSITORY = 'fastai','nbdev-template'\n",
196+
" _ORG_OR_USR,_REPOSITORY = 'answerdotai','nbdev-template'\n",
197197
" _TEMPLATE = f'{_ORG_OR_USR}/{_REPOSITORY}'\n",
198198
" template = kwargs.get('template', _TEMPLATE)\n",
199199
" try: org_or_usr, repo = template.split('/')\n",

0 commit comments

Comments
 (0)