From c9c68bbc2e878457a89cf6fd6583a153d3a82309 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Mon, 1 Jul 2024 22:34:02 -0500 Subject: [PATCH] Test on test_sphinx_docs Signed-off-by: Addisu Z. Taddese --- .github/workflows/deploy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a6365fad51..afe75f5fef 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,7 +4,7 @@ on: push: branches: - master - - sphinx_docs # TODO (azeey) Remove after testing is done + - test_sphinx_docs # TODO (azeey) Remove after testing is done # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -12,7 +12,6 @@ on: env: WEBSITE_PATH: "website" DOCS_PATH: "docs" - PREV_VERSION_PATH: "prev_version" jobs: deploy: @@ -72,7 +71,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v4 - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/sphinx_docs' + if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/test_sphinx_docs' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{ env.WEBSITE_PATH }}/dist