From 88cd243d719c1c40d6de7a6ad65f66d8048aa0f9 Mon Sep 17 00:00:00 2001 From: Landon Owen Date: Tue, 6 Sep 2022 13:46:28 -0700 Subject: [PATCH] Changed development to master in docs workflow --- .github/workflows/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 194c6701..f048eaad 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -2,13 +2,13 @@ name: PeleMP-Docs on: push: - branches: [development] + branches: [master] paths: - 'Docs/**' - 'README.rst' - '.github/workflows/docs.yml' pull_request: - branches: [development] + branches: [master] paths: - 'Docs/**' - 'README.rst' @@ -41,7 +41,7 @@ jobs: echo "::remove-matcher owner=sphinx-problem-matcher::" touch ${{runner.workspace}}/build-docs/sphinx/html/.nojekyll - name: Deploy - if: github.event_name == 'push' && github.ref == 'refs/heads/development' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' uses: JamesIves/github-pages-deploy-action@releases/v3 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}