From a699dda57d6273294c907fad557475288cfc793c Mon Sep 17 00:00:00 2001 From: Catherine Van West Date: Tue, 13 Feb 2024 17:06:48 -0500 Subject: [PATCH] remove direnv --- .github/actions/checkout/action.yml | 3 --- .github/workflows/mdbook-deploy.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions/checkout/action.yml b/.github/actions/checkout/action.yml index b5539d9..77745ed 100644 --- a/.github/actions/checkout/action.yml +++ b/.github/actions/checkout/action.yml @@ -8,6 +8,3 @@ runs: steps: - uses: DeterminateSystems/nix-installer-action@v6 - uses: DeterminateSystems/magic-nix-cache-action@v2 - - uses: HatsuneMiku3939/direnv-action@v1.0.2 - with: - direnvVersion: 2.32.3 diff --git a/.github/workflows/mdbook-deploy.yml b/.github/workflows/mdbook-deploy.yml index c639375..ca66883 100644 --- a/.github/workflows/mdbook-deploy.yml +++ b/.github/workflows/mdbook-deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout `carrie` (we hope) uses: ./.github/actions/checkout - - name: actually build nix + - name: misc run: nix build . - name: Build docs