File tree Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Expand file tree Collapse file tree 3 files changed +3
-16
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,14 @@ jobs:
1616 steps :
1717 - name : Checkout tree
1818 uses : actions/checkout@v5
19-
2019 - name : Set-up Node.js
2120 uses : actions/setup-node@v5
2221 with :
2322 check-latest : true
2423 node-version : ${{ matrix.node-version }}
25-
24+ package-manager-cache : false
2625 - run : corepack enable
27-
2826 - run : yarn install --immutable
29-
3027 - run : yarn format:check
31-
3228 - run : yarn build
33-
3429 - run : yarn test
Original file line number Diff line number Diff line change @@ -25,27 +25,21 @@ jobs:
2525 steps :
2626 - name : Checkout tree
2727 uses : actions/checkout@v5
28-
2928 - name : Set-up Node.js
3029 uses : actions/setup-node@v5
3130 with :
3231 check-latest : true
3332 node-version-file : .nvmrc
34-
33+ package-manager-cache : false
3534 - run : corepack enable
36-
3735 - run : yarn install --immutable
38-
3936 - run : yarn typedoc
40-
4137 - name : Set-up Pages
4238 uses : actions/configure-pages@v5
43-
4439 - name : Upload artifact
4540 uses : actions/upload-pages-artifact@v4
4641 with :
4742 path : docs
48-
4943 - name : Deploy odoc to GitHub Pages
5044 uses : actions/deploy-pages@v4
5145 id : deployment
Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ jobs:
2121 steps :
2222 - name : Checkout tree
2323 uses : actions/checkout@v5
24-
2524 - name : Set-up Node.js
2625 uses : actions/setup-node@v5
2726 with :
2827 check-latest : true
2928 node-version-file : .nvmrc
30-
29+ package-manager-cache : false
3130 - run : corepack enable
3231 - run : yarn install --immutable
33-
3432 - name : Create Release Pull Request
3533 uses : changesets/action@v1
3634 with :
You can’t perform that action at this time.
0 commit comments