From 5e7724eb07c8a334e1185e244bf37f4353a867cb Mon Sep 17 00:00:00 2001 From: pegasust Date: Thu, 31 Aug 2023 18:15:08 -0700 Subject: [PATCH] chore: fix gh pages --- .github/workflows/gh-pages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index db5adbfb..8580fa88 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -15,6 +15,7 @@ jobs: - uses: nixbuild/nix-quick-install-action@v25 + - run: nix store add-path --name source . - run: nix develop .#book -c mdbook build ./docs - name: Deploy