Skip to content

Commit 1ca97c6

Browse files
committed
update docusaurus
1 parent 7518f6e commit 1ca97c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml renamed to .github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
name: CI
2-
31
on:
42
push:
53
branches:
64
- main
75

86
env:
9-
NODE_VERSION: '20.x'
7+
NODE_VERSION: "20.x"
108
CACHE_PATHS_BUILD: |
119
./website/build
1210
CACHE_KEY_BUILD: build-${{ github.sha }}-${{ github.ref_type }}

0 commit comments

Comments
 (0)