Skip to content

Commit

Permalink
v16 - Configure & Install docs-admin.talawa.io Docusaurus Site (#2967)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
palisadoes authored Dec 27, 2024
1 parent c2abda3 commit 78c3263
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78c3263

Please sign in to comment.