Add env VITE_BASE
This commit is contained in:
parent
e6983f258c
commit
d5be14fa65
1 changed files with 3 additions and 0 deletions
3
.github/workflows/vite-gh-pages.yml
vendored
3
.github/workflows/vite-gh-pages.yml
vendored
|
@ -9,6 +9,9 @@ on:
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
VITE_BASE: /portfolio/
|
||||||
|
|
||||||
# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
|
# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
Loading…
Reference in a new issue