Skip to content

Merge pull request #119 from sid115/develop #25

Merge pull request #119 from sid115/develop

Merge pull request #119 from sid115/develop #25

Workflow file for this run

name: Deploy Docs
on:
push:
branches:
- master
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix --experimental-features "nix-command flakes" develop --command bash -c "mkdocs gh-deploy --force"