We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7920c76 commit 7865a3cCopy full SHA for 7865a3c
1 file changed
.github/workflows/deploy-docs.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: actions/setup-node@v6
29
with:
30
node-version-file: ".node-version"
31
+ - uses: ./.github/actions/setup-meteor
32
- name: restore node_modules
33
uses: actions/cache@v5
34
@@ -38,9 +39,13 @@ jobs:
38
39
run: |
40
corepack enable
41
- cd packages
42
yarn config set cacheFolder /home/runner/publish-docs-cache
43
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
49
yarn build:all
50
env:
51
CI: true
@@ -81,4 +86,4 @@ jobs:
81
86
steps:
82
87
- name: Deploy to GitHub Pages
83
88
id: deployment
84
- uses: actions/deploy-pages@v4
89
+ uses: actions/deploy-pages@v4
0 commit comments