Skip to content

Commit 0030026

Browse files
author
Lévai Norbert
committed
Update docs.yml
1 parent a75e6be commit 0030026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
with:
2929
node-version: 20
3030

31-
- name: Clear Dist folder
32-
run: rm -rf docs/.vuepress/dist
33-
3431
- name: Install dependencies
3532
run: pnpm install
3633

34+
- name: Clear Dist folder
35+
run: rm -rf docs/.vuepress/dist
36+
3737
# run build script
3838
- name: Build VuePress site
3939
run: pnpm docs:build

0 commit comments

Comments
 (0)