Skip to content

Commit

Permalink
moved: BASE_URL to env
Browse files Browse the repository at this point in the history
  • Loading branch information
Денис Цыганов committed Feb 19, 2024
1 parent 9610220 commit 37d9772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
BASE_URL: tms-stat-viewer-example
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: npm install && BASE_URL=tms-stat-viewer-example npm run build
BUILD_SCRIPT: npm install && npm run build
BUILD_DIR: dist/

0 comments on commit 37d9772

Please sign in to comment.