typo in workflow
This commit is contained in:
parent
14237db871
commit
2478d77462
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: build site
|
||||
run: |
|
||||
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 "${{ vars.ASTRO_DB_REMOTE_URL }} npm run build"
|
||||
ls -la
|
||||
|
||||
- name: upload site
|
||||
|
Loading…
x
Reference in New Issue
Block a user