From 37fb4c429f86ebc130f7a2eebb0784014fc9f1c3 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Thu, 30 Nov 2023 13:23:23 -0500 Subject: [PATCH] Update default.yml remove cachix --- .github/workflows/default.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 50c1bdb..a10e587 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -17,14 +17,6 @@ jobs: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: cachix/cachix-action@v10 - with: - name: hops - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - extraPullNames: nix-community - - run: nix build -L - - run: nix develop -c bash -c "cd docs && make html && cd build/html && touch .nojekyll" - - uses: actions/upload-artifact@v2 with: name: DocumentationHTML