fix workflow ig
This commit is contained in:
parent
2478d77462
commit
6b537873e2
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -19,8 +19,10 @@ jobs:
|
|||||||
- name: build site
|
- name: build site
|
||||||
run: |
|
run: |
|
||||||
nix-shell -p "nodejs_22" --run "npm install"
|
nix-shell -p "nodejs_22" --run "npm install"
|
||||||
nix-shell -p "nodejs_22" --run "${{ vars.ASTRO_DB_REMOTE_URL }} npm run build"
|
nix-shell -p "nodejs_22" --run "npm run build"
|
||||||
ls -la
|
ls -la
|
||||||
|
with:
|
||||||
|
ASTRO_DB_REMOTE_URL: ${{ vars.ASTRO_DB_REMOTE_URL }}
|
||||||
|
|
||||||
- name: upload site
|
- name: upload site
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user