diff --git a/.github/workflows/push-deploy-website.yml b/.github/workflows/push-deploy-website.yml index d8229ff0d1..ce90ce6430 100644 --- a/.github/workflows/push-deploy-website.yml +++ b/.github/workflows/push-deploy-website.yml @@ -23,11 +23,10 @@ jobs: Deploy-Docusaurus: name: Deploy https://docs-admin.talawa.io website runs-on: ubuntu-latest - # needs: [Code-Coverage] # Run only if the develop-postgres branch and not dependabot if: ${{ github.actor != 'dependabot[bot]' }} environment: - name: develop-postgres + name: gh-pages url: https://docs-admin.talawa.io steps: - uses: actions/checkout@v4