Skip to content

Commit 7865a3c

Browse files
committed
chore: fix docs publish
1 parent 7920c76 commit 7865a3c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: actions/setup-node@v6
2929
with:
3030
node-version-file: ".node-version"
31+
- uses: ./.github/actions/setup-meteor
3132
- name: restore node_modules
3233
uses: actions/cache@v5
3334
with:
@@ -38,9 +39,13 @@ jobs:
3839
run: |
3940
corepack enable
4041
41-
cd packages
4242
yarn config set cacheFolder /home/runner/publish-docs-cache
4343
yarn install
44+
45+
# setup zodern:types. No linters are setup, so this simply installs the packages
46+
yarn meteor lint
47+
48+
cd packages
4449
yarn build:all
4550
env:
4651
CI: true
@@ -81,4 +86,4 @@ jobs:
8186
steps:
8287
- name: Deploy to GitHub Pages
8388
id: deployment
84-
uses: actions/deploy-pages@v4
89+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)