Skip to content

Commit 6762972

Browse files
authored
ci: 👷 use the new workflow for building docs with Python code (#11)
## Description This fixes the URL to use the newest workflow in `.github` repo. This PR needs a quick review.
1 parent f4b588d commit 6762972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ on:
1313

1414
jobs:
1515
build-deploy-docs:
16-
uses: seedcase-project/.github/.github/workflows/deploy-docs.yml@main
16+
uses: seedcase-project/.github/.github/workflows/deploy-docs-with-python.yml@main
1717
secrets:
1818
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)