Skip to content

Commit 2232368

Browse files
authored
ci: update pages deployment
1 parent 2599753 commit 2232368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
working-directory: demo
5050
run: npm install --no-save
5151

52-
- name: Set deployment base path
53-
run: echo "VITE_BASE_PATH=/${GITHUB_REPOSITORY#*/}/" >> "$GITHUB_ENV"
52+
# - name: Set deployment base path
53+
# run: echo "VITE_BASE_PATH=/${GITHUB_REPOSITORY#*/}/" >> "$GITHUB_ENV"
5454

5555
- name: Build demo site
5656
working-directory: demo

0 commit comments

Comments
 (0)