Skip to content

updated flake (wasm-tooling deps) #49

updated flake (wasm-tooling deps)

updated flake (wasm-tooling deps) #49

Workflow file for this run

name: "build website"
on:
push:
branches: ["main"]
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-22.05
- uses: cachix/cachix-action@v12
with:
name: rambip
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: result