Skip to content

Commit 1c9c6a5

Browse files
author
Lévai Norbert
committed
Update docs.yml
1 parent 508e479 commit 1c9c6a5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,10 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30-
cache: 'pnpm'
3130

3231
- name: Install dependencies
3332
run: pnpm install
3433

35-
# Clean .temp and .cache folders
36-
- name: Clean .temp and .cache
37-
run: |
38-
rm -rf .temp
39-
rm -rf .cache
40-
4134
# run build script
4235
- name: Build VuePress site
4336
run: pnpm docs:build

0 commit comments

Comments
 (0)