File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,19 @@ jobs:
4747 uses : actions/configure-pages@v4
4848 - name : Install dependencies
4949 run : npm ci # or pnpm install / yarn install / bun install
50- - name : Set github env params to env file
51- uses : c-py/action-dotenv-to-setenv@v5
50+ # - name: Set github env params to env file
51+ # uses: c-py/action-dotenv-to-setenv@v5
52+ # with:
53+ # env-file: .env
54+ - name : ' Create env file'
55+ run : touch .env
56+ - name : Creating .env file
57+ 58+ env :
59+ VITEPRESS_BASE_URL : ' '
60+ VITEPRESS_BASE : ' '
5261 with :
53- env-file : .env
62+ variableName : VITEPRESS_BASE_URL,VITEPRESS_BASE
5463 - name : Build with VitePress
5564 run : npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
5665 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments