build: used env to specify base and url

This commit is contained in:
Simeon Radivoev 2026-05-06 23:35:09 +03:00
parent 08f249ca35
commit 83f8c84a04
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
3 changed files with 7 additions and 3 deletions

View file

@ -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"