From 78c3263c65b349543b4a80876ab26366faf1c88e Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Fri, 27 Dec 2024 02:27:51 -0800 Subject: [PATCH] v16 - Configure & Install docs-admin.talawa.io Docusaurus Site (#2967) * Added docusaurus to eslint ignorePatterns * Removed blog references * Added Docusaurus deployment GitHub Actions * Added Docs website installation guide * Minor edit to docs/README.md * Updated eslint to ignore docs/ directory * CodeRabbit suggestions. Removed tsconfig.json file causing errors * Updated gitignore file * Updated gitignore file * Removed docs/tsconfig.json causing deployment errors * Added yarn path to GitHub action * Added Codecov ignore path * Added .nojekyll * Created deploy website workflow specific to the develop-postgres branch * Created deploy website workflow specific to the develop-postgres branch v2 * Created deploy website workflow specific to the develop-postgres branch v4.1 * Created deploy website workflow specific to the develop-postgres branch v5 * Created deploy website workflow specific to the develop-postgres branch v6 * Created deploy website workflow specific to the develop-postgres branch v7 * Created deploy website workflow specific to the develop-postgres branch v8 * Created deploy website workflow specific to the develop-postgres branch v10 * Created deploy website workflow specific to the develop-postgres branch v12 * Created deploy website workflow specific to the develop-postgres branch v13 * Created deploy website workflow specific to the develop-postgres branch v14 * Created deploy website workflow specific to the develop-postgres branch v15 * Created deploy website workflow specific to the develop-postgres branch v16 --- .github/workflows/push-deploy-website.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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