initial docs

This commit is contained in:
zchengo
2023-01-09 20:36:56 +08:00
parent d25fa4f1e7
commit 45648a80fa
+4 -3
View File
@@ -17,9 +17,10 @@ jobs:
node-version: '18.12.0' node-version: '18.12.0'
- name: Build Web - name: Build Web
run: | run: cd web && npm install && npm run build
cd web && npm install && npm run build
cd docs && npm install && npm run docs:build - name: Build Docs
run: cd docs && npm install && npm run docs:build
- name: Use Go - name: Use Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3