diff --git a/.github/workflows/vite-gh-pages.yml b/.github/workflows/vite-gh-pages.yml index 97cbc0b..4ec8191 100644 --- a/.github/workflows/vite-gh-pages.yml +++ b/.github/workflows/vite-gh-pages.yml @@ -9,6 +9,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: +env: + VITE_BASE: /portfolio/ + # Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages permissions: contents: read