fix: Made github token optional
Some checks failed
Build Gameflow Site / build (push) Failing after 1m5s
Some checks failed
Build Gameflow Site / build (push) Failing after 1m5s
This commit is contained in:
parent
e8395a832e
commit
cb0ef9207d
4 changed files with 15 additions and 23 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
uses: withastro/action@v4
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SITE_BASE: gameflow-website
|
||||
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