We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73786c9 commit 8e28d94Copy full SHA for 8e28d94
.github/workflows/deploy.yml
@@ -5,10 +5,10 @@ name: Deploy VitePress site to Pages
5
on:
6
# Runs on pushes targeting the `release` branch.
7
push:
8
- branches: [release]
+ branches: [dev]
9
# Runs on pull_request targeting the `release` branch.
10
pull_request:
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
@@ -56,8 +56,8 @@ jobs:
56
- name: Creating .env file
57
uses: fmunirdev/[email protected]
58
env:
59
- VITEPRESS_BASE_URL: ''
60
- VITEPRESS_BASE: ''
+ VITEPRESS_BASE_URL: 'value'
+ VITEPRESS_BASE: 'value'
61
with:
62
variableName: VITEPRESS_BASE_URL,VITEPRESS_BASE
63
- name: Build with VitePress
0 commit comments