Skip to content

Commit

Permalink
v3 - Configure & Install docs-mobile.talawa.io Docusaurus Site (#2676)
Browse files Browse the repository at this point in the history
* v1 - Configure & Install docs-mobile.talawa.io Docusaurus Site

* v2 - Configure & Install docs-mobile.talawa.io Docusaurus Site

* v2 - Configure & Install docs-mobile.talawa.io Docusaurus Site

* v - Configure & Install docs-mobile.talawa.io Docusaurus Site

* v3 - Configure & Install docs-mobile.talawa.io Docusaurus Site

* v3.1 - Configure & Install docs-mobile.talawa.io Docusaurus Site
  • Loading branch information
palisadoes authored Dec 27, 2024
1 parent bd114f0 commit a3716f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ jobs:
exit 1
Check-Sensitive-Files:
if: ${{ github.actor != 'dependabot[bot]' }}
if: ${{ github.actor != 'dependabot[bot]' && !contains(github.event.pull_request.labels.*.name, 'ignore-sensitive-files-pr') }}
name: Checks if sensitive files have been changed without authorization
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,8 @@ test/fixtures/core
genhtml.perl
test_img.png


# Ignoring Node files that are generated if user uses any node command which is not required for the project
node_modules/
package.json
package-lock.json
npm-debug.log
yarn-error.log

0 comments on commit a3716f6

Please sign in to comment.