typo in workflow
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:22:28 -04:00
parent 14237db871
commit 2478d77462

View File

@ -15,11 +15,11 @@ jobs:
- name: install nix - name: install nix
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
- 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 "${{ vars.ASTRO_DB_REMOTE_URL }} npm run build"
ls -la ls -la
- name: upload site - name: upload site