Skip to content

Commit cebd13d

Browse files
authored
ci: 👷 switch to using non-Python based website workflow (#118)
# Description The only reason to use Python is for the README.qmd file. But we can split that out into a specific recipe in the justfile to update. This PR needs a quick review.
1 parent 5830edd commit cebd13d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-website.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ permissions: read-all
1010

1111
jobs:
1212
build-website:
13-
uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main
13+
uses: seedcase-project/.github/.github/workflows/reusable-build-docs.yml@main
1414
secrets:
1515
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
16-
# This is to allow using `gh` CLI
17-
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)