Skip to content

Commit 81cfc84

Browse files
authored
build(docs): do not require yarn.lock (#125)
Signed-off-by: Jean Mertz <git@jeanmertz.com>
1 parent 3092918 commit 81cfc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: '22'
2020
- run: corepack enable
21-
- run: yarn install --immutable --inline-builds
21+
- run: yarn install --inline-builds
2222
- run: just docs build
2323
- uses: actions/upload-pages-artifact@v3
2424
with:

0 commit comments

Comments
 (0)