Skip to content

Commit

Permalink
Revert "push-deploy-website.yml updated (#3364)"
Browse files Browse the repository at this point in the history
This reverts commit ca806cc.
  • Loading branch information
gautam-divyanshu authored Jan 20, 2025
1 parent ca806cc commit 0e75fc5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 186 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/push-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'


node-version: 20
cache: yarn
cache-dependency-path: 'docs/'
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_GITHUB_PAGES }}
Expand All @@ -52,5 +52,6 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "gh-actions"
npm ci
npm run deploy
yarn install --frozen-lockfile
yarn deploy

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

> `const` **MOCKS\_ERROR**: `object`[]
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:319](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L319)
Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:413](https://github.com/PalisadoesFoundation/talawa-admin/blob/main/src/screens/OrganizationTags/OrganizationTagsMocks.ts#L413)

## Type declaration

Expand All @@ -32,7 +32,7 @@ Defined in: [src/screens/OrganizationTags/OrganizationTagsMocks.ts:319](https://
#### request.variables.id

> **id**: `string` = `'orgIdError'`
> **id**: `string` = `'orgId'`
#### request.variables.sortedBy

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 0e75fc5

Please sign in to comment.