Skip to content

Commit

Permalink
chore: added slash at the end of base path
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-solanki committed Oct 15, 2022
1 parent 1078058 commit b28d84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install
working-directory: ./typescript-version
- run: yarn build --base=/materio-vuetify-vuejs-admin-template-free/demo
- run: yarn build --base=/materio-vuetify-vuejs-admin-template-free/demo/
working-directory: ./typescript-version
- name: Upload dist content via scp
uses: appleboy/scp-action@master
Expand Down

0 comments on commit b28d84e

Please sign in to comment.