fix order

This commit is contained in:
xuhui
2024-10-30 22:01:04 +08:00
parent 2cb1cdf6ba
commit 1b21b2a395

View File

@@ -35,11 +35,12 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Set Base Path
run: sed -i 's/defineConfig({/defineConfig({"base":"\/1000-hours\/",/g' 1000-hours/.vitepress/config.mts
- name: Build
run: yarn docs:build
- name: Set Base Path
run: sed -i 's/defineConfig({/defineConfig({"base":"\/1000-hours\/",/g' 1000-hours/.vitepress/config.mts
- uses: manyuanrong/setup-ossutil@v2.0
with: