From 954eb9a48416e9bfa8d160b17b604bcd39a76563 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 12 Feb 2025 19:19:05 +1000 Subject: [PATCH] fix: update workflow paths from fastai to answerdotai --- .github/workflows/deploy.yaml | 2 +- .github/workflows/test.yaml | 2 +- nbdev/cli.py | 2 +- nbs/api/13_cli.ipynb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1f2772088..7c9629b0d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -9,5 +9,5 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: fastai/workflows/quarto-ghp@master + - uses: answerdotai/workflows/quarto-ghp@master # with: {pre: 1} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 17268e4c2..23c3836c4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,7 +17,7 @@ jobs: version: ["3.9", "3.10", "3.11", "3.12", "3.13"] runs-on: ${{ matrix.os }}-latest steps: - - uses: fastai/workflows/nbdev-ci@master + - uses: answerdotai/workflows/nbdev-ci@master with: version: ${{ matrix.version }} pre: 1 diff --git a/nbdev/cli.py b/nbdev/cli.py index c306677cb..387eab3ab 100644 --- a/nbdev/cli.py +++ b/nbdev/cli.py @@ -91,7 +91,7 @@ def nbdev_new(**kwargs): _update_repo_meta(cfg) path = Path() - _ORG_OR_USR,_REPOSITORY = 'fastai','nbdev-template' + _ORG_OR_USR,_REPOSITORY = 'answerdotai','nbdev-template' _TEMPLATE = f'{_ORG_OR_USR}/{_REPOSITORY}' template = kwargs.get('template', _TEMPLATE) try: org_or_usr, repo = template.split('/') diff --git a/nbs/api/13_cli.ipynb b/nbs/api/13_cli.ipynb index ac6f68b7d..27a6c68d1 100644 --- a/nbs/api/13_cli.ipynb +++ b/nbs/api/13_cli.ipynb @@ -193,7 +193,7 @@ " _update_repo_meta(cfg)\n", " path = Path()\n", "\n", - " _ORG_OR_USR,_REPOSITORY = 'fastai','nbdev-template'\n", + " _ORG_OR_USR,_REPOSITORY = 'answerdotai','nbdev-template'\n", " _TEMPLATE = f'{_ORG_OR_USR}/{_REPOSITORY}'\n", " template = kwargs.get('template', _TEMPLATE)\n", " try: org_or_usr, repo = template.split('/')\n",