Skip to content

Commit 450c5c4

Browse files
committed
CI: move codespell after the upload
To avoid it affecting the deployment in any way.
1 parent 9503b95 commit 450c5c4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Install uv
2828
uses: astral-sh/setup-uv@v7
2929

30-
- name: Find typos with codespell
31-
run: uvx codespell --ignore-words-list=seh --exclude-file=web/changelog.md
32-
3330
- run: uv run zensical build
3431

3532
- name: Upload Results
@@ -38,6 +35,9 @@ jobs:
3835
name: website
3936
path: ./site
4037

38+
- name: Find typos with codespell
39+
run: uvx codespell --ignore-words-list=seh --exclude-file=web/changelog.md
40+
4141
deploy:
4242
runs-on: ubuntu-latest
4343
needs: build

0 commit comments

Comments
 (0)