parent
f1ce56bb92
commit
fbaa6e5a2c
1 changed files with 4 additions and 4 deletions
|
|
@ -10,17 +10,17 @@ jobs:
|
|||
deploy:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- name: Install node & bun
|
||||
run: nix profile add nixpkgs#nodejs_24 nixpkgs#bun
|
||||
- name: Install node & pnpm
|
||||
run: nix profile add nixpkgs#nodejs_24 nixpkgs#pnpm
|
||||
|
||||
- name: Check out repo
|
||||
uses: https://data.forgejo.org/actions/checkout@v7
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install --frozen-lockfile
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
run: pnpm run build
|
||||
|
||||
- name: Install rsync
|
||||
run: nix profile add nixpkgs#rsync
|
||||
|
|
|
|||
Loading…
Reference in a new issue