Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…awa-admin into setup-script
  • Loading branch information
disha1202 committed Jan 20, 2024
2 parents 31cda90 + 45920a7 commit cb73e16
Show file tree
Hide file tree
Showing 6 changed files with 3,549 additions and 11,272 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
- name: Checkout the Repository
uses: actions/checkout@v3

- name: Node.js Version
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Restore node_modules from cache
id: cache-npm
uses: actions/cache@v3
Expand Down Expand Up @@ -136,6 +141,7 @@ jobs:
path: talawa-admin-docs

Copy-docs-to-talawa-docs:
needs: Generate-Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ yarn-error.log*
# express setup
debug.log

.vscode
# No editor related files
.idea
.vscode
*.swp
Loading

0 comments on commit cb73e16

Please sign in to comment.