Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Feb 27, 2024
1 parent 4055a40 commit a8907bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/github-build-and-deploy-rocket-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Install and Build 🔧
run: |
npm install
npm run build
nix develop --command bash -c "npm i && npm run build"
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit a8907bc

Please sign in to comment.