From b66c60c9f844510605b031a8d1a9c89fe7ef5709 Mon Sep 17 00:00:00 2001 From: Franz <1286618+fjp@users.noreply.github.com> Date: Sun, 11 Dec 2022 01:06:36 +0100 Subject: [PATCH] Update ci.yml Use requirements.txt file instead of hard coded deps --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a690020..c618af69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,5 +34,6 @@ jobs: - name: build documentation run: mkdocs build - name: deploy documentation + # Deploy only on main branch, not on feature branches or pull requests if: ${{ github.ref == 'refs/heads/main' }} run: mkdocs gh-deploy --force