From 75bf87a548c21f8c4c0eca06857c866b18f46e5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=C3=A1n=20F=2E=20Mu=C3=B1oz?= Date: Wed, 20 Mar 2024 22:51:48 -0400 Subject: [PATCH] fix(actions): address syntax error --- .github/workflows/build_website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml index 0f5dc32..460d2c1 100644 --- a/.github/workflows/build_website.yml +++ b/.github/workflows/build_website.yml @@ -27,7 +27,7 @@ jobs: # run: | # nix-build - name: Build development environment and run jupytext - - uses: rrbutani/use-nix-shell-action@v1 + uses: rrbutani/use-nix-shell-action@v1 with: file: shell.nix script: |