Skip to content

added support for generics inside render_links #13

added support for generics inside render_links

added support for generics inside render_links #13

Workflow file for this run

name: "build examples"
on:
push:
branches: ["main"]
permissions:
contents: write
jobs:
nix-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
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