From 91f3e5f0d4f87f1e6783fa398ed0c029078e9c3d Mon Sep 17 00:00:00 2001 From: Iglesia Dolci Date: Tue, 12 Nov 2024 21:25:15 +0000 Subject: [PATCH] testing docs --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 34086ead44..9047a8af4d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -66,7 +66,7 @@ jobs: deploy: name: Deploy Github pages needs: build_docs - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/dolci/disk_checkpointing' }} permissions: pages: write id-token: write