Skip to content

Add a post description #148

Add a post description

Add a post description #148

Workflow file for this run

name: "Publish"
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v15
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-shell --command "jank-deploy"
env:
GITHUB_TOKEN: ${{ github.token }}