update workflow
Some checks are pending
Deploy site to FujoCoded server / build (push) Waiting to run
Deploy site to FujoCoded server / deploy-site (push) Blocked by required conditions

This commit is contained in:
haetae 2025-09-02 18:30:11 -04:00
parent 1e04b43b63
commit 61b8ebb751

View File

@ -13,8 +13,14 @@ jobs:
- name: checkout repo
uses: actions/checkout@v4
- name: install nix
uses: DeterminateSystems/nix-installer-action@main
- name: build site
uses: withastro/action@v4
run: |
nix-shell -p "nodejs_22" --run "npm install"
nix-shell -p "nodejs_22" --run "npm run build"
ls -la
- name: upload site
uses: actions/upload-artifact@v4