Skip to content

Commit d335916

Browse files
committed
Merge branch 'dev'
2 parents 04ed6ea + 0657b84 commit d335916

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: Deploy VitePress site to Pages
55
on:
66
# Runs on pushes targeting the `release` branch.
77
push:
8-
branches: [release]
8+
branches: [master]
99
# Runs on pull_request targeting the `release` branch.
1010
pull_request:
11-
branches: [release]
11+
branches: [master]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
@@ -56,8 +56,8 @@ jobs:
5656
- name: Creating .env file
5757
uses: fmunirdev/[email protected]
5858
env:
59-
VITEPRESS_BASE_URL: ''
60-
VITEPRESS_BASE: ''
59+
VITEPRESS_BASE_URL: 'value'
60+
VITEPRESS_BASE: 'value'
6161
with:
6262
variableName: VITEPRESS_BASE_URL,VITEPRESS_BASE
6363
- name: Build with VitePress

0 commit comments

Comments
 (0)