Skip to content

nixd: don't pass NIX_PATH to nixd-attrset-eval unit tests (#542) #192

nixd: don't pass NIX_PATH to nixd-attrset-eval unit tests (#542)

nixd: don't pass NIX_PATH to nixd-attrset-eval unit tests (#542) #192

Workflow file for this run

name: Doxygen Genereate
on:
push:
branches:
- main
workflow_dispatch:
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
- name: Build doxygen documentation
run: nix shell nixpkgs#doxygen nixpkgs#graphviz --command doxygen
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
force_orphan: true