build: used env to specify base and url
This commit is contained in:
parent
08f249ca35
commit
83f8c84a04
3 changed files with 7 additions and 3 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -26,6 +26,8 @@ jobs:
|
|||
uses: withastro/action@v4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SITE_BASE: gameflow-website
|
||||
SITE_URL: https://simeonradivoev.github.io
|
||||
with:
|
||||
package-manager: "bun"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue