Skip to content

Commit

Permalink
Revert "deploy error solved, push-deploy-website.yml updated" (#3365)
Browse files Browse the repository at this point in the history
* Revert "push-deploy-website.yml updated (#3364)"

This reverts commit ca806cc.

* Update push-deploy-website.yml
  • Loading branch information
gautam-divyanshu authored Jan 20, 2025
1 parent ca806cc commit d739938
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 185 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/push-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.x'


- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.DEPLOY_GITHUB_PAGES }}
Expand All @@ -52,5 +50,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 d739938

Please sign in to comment.