Skip to content

Add a note about where to report issues #217

Add a note about where to report issues

Add a note about where to report issues #217

Workflow file for this run

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