ci: and now then?
This commit is contained in:
parent
319901c7ac
commit
3bffb98750
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
|
|
@ -14,6 +14,10 @@ permissions:
|
||||||
pages: write
|
pages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
env:
|
||||||
|
ASTRO_SITE: ${{ vars.ASTRO_SITE }}
|
||||||
|
ASTRO_BASE: ${{ vars.ASTRO_BASE }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue