Skip to content

Specify the registry name for the image. #229

Specify the registry name for the image.

Specify the registry name for the image. #229

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Cachix
uses: cachix/cachix-action@v12
with:
name: paveloom-pmg
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Document
run: nix develop --command bash -c "./document.bash"
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: public
single-commit: true