Skip to content

Commit

Permalink
ci: register missing env var
Browse files Browse the repository at this point in the history
  • Loading branch information
herteleo committed Apr 3, 2022
1 parent 86e2f7b commit 5657603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: actions/checkout@v3

- name: Build
env:
VITE_BASE_URL: ${{ secrets.VITE_BASE_URL }}
run: |
npm ci
npm run build
Expand Down

0 comments on commit 5657603

Please sign in to comment.