Skip to content

ci: repair nix build #348

ci: repair nix build

ci: repair nix build #348

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
pull_request_target:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build -o _build --no-sandbox
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: deploy # The branch the action should deploy to.
folder: _build/html # The folder the action should deploy.