From f5364e7b11e0f34eb7b2d512a81beb0851323e72 Mon Sep 17 00:00:00 2001 From: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:45:33 +1000 Subject: [PATCH] Update deploy for testing --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 247d0c85b..860cc22ee 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,8 +26,8 @@ jobs: run: pip install -r docs/requirements.txt - name: Build documentation run: mkdocs build + deploy: - if: github.event_name == 'push' && contains(fromJson('["refs/heads/master", "refs/heads/main"]'), github.ref) needs: build name: Deploy docs runs-on: ubuntu-latest