Skip to content

GHC team update 36 (#97) #99

GHC team update 36 (#97)

GHC team update 36 (#97) #99

Workflow file for this run

name: Publish Overlay
on:
push:
branches:
- master
jobs:
Build-Overlay:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build 🔧
run: nix-shell --command build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.