ci: this is the way
This commit is contained in:
parent
9c0cbb0d53
commit
65be64329d
1 changed files with 4 additions and 3 deletions
7
.github/workflows/deploy.yaml
vendored
7
.github/workflows/deploy.yaml
vendored
|
|
@ -14,12 +14,13 @@ 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
|
||||||
environment:
|
|
||||||
ASTRO_SITE: ${{ vars.ASTRO_SITE }}
|
|
||||||
ASTRO_BASE: ${{ vars.ASTRO_BASE }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue