Skip to content

Commit b28d84e

Browse files
authored
chore: added slash at the end of base path
1 parent 1078058 commit b28d84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- run: yarn install
2121
working-directory: ./typescript-version
22-
- run: yarn build --base=/materio-vuetify-vuejs-admin-template-free/demo
22+
- run: yarn build --base=/materio-vuetify-vuejs-admin-template-free/demo/
2323
working-directory: ./typescript-version
2424
- name: Upload dist content via scp
2525
uses: appleboy/scp-action@master

0 commit comments

Comments
 (0)