fix workflow ig
Some checks failed
Deploy site to FujoCoded server / build (push) Has been cancelled
Deploy site to FujoCoded server / deploy-site (push) Has been cancelled

This commit is contained in:
haetae 2025-09-02 19:39:21 -04:00
parent 2478d77462
commit 6b537873e2

View File

@ -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