We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9503b95 commit 450c5c4Copy full SHA for 450c5c4
1 file changed
.github/workflows/main.yml
@@ -27,9 +27,6 @@ jobs:
27
- name: Install uv
28
uses: astral-sh/setup-uv@v7
29
30
- - name: Find typos with codespell
31
- run: uvx codespell --ignore-words-list=seh --exclude-file=web/changelog.md
32
-
33
- run: uv run zensical build
34
35
- name: Upload Results
@@ -38,6 +35,9 @@ jobs:
38
name: website
39
36
path: ./site
40
37
+ - name: Find typos with codespell
+ run: uvx codespell --ignore-words-list=seh --exclude-file=web/changelog.md
+
41
deploy:
42
runs-on: ubuntu-latest
43
needs: build
0 commit comments