Skip to content

Commit 0e75fc5

Browse files
Revert "push-deploy-website.yml updated (#3364)"
This reverts commit ca806cc.
1 parent ca806cc commit 0e75fc5

File tree

7 files changed

+8
-186
lines changed

7 files changed

+8
-186
lines changed

.github/workflows/push-deploy-website.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: '20.x'
42-
43-
41+
node-version: 20
42+
cache: yarn
43+
cache-dependency-path: 'docs/'
4444
- uses: webfactory/[email protected]
4545
with:
4646
ssh-private-key: ${{ secrets.DEPLOY_GITHUB_PAGES }}
@@ -52,5 +52,6 @@ jobs:
5252
run: |
5353
git config --global user.email "[email protected]"
5454
git config --global user.name "gh-actions"
55-
npm ci
56-
npm run deploy
55+
yarn install --frozen-lockfile
56+
yarn deploy
57+

docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_EMPTY.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_ERROR.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

1111
## Type declaration
1212

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

35-
> **id**: `string` = `'orgIdError'`
35+
> **id**: `string` = `'orgId'`
3636
3737
#### request.variables.sortedBy
3838

docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_ERROR_ERROR_TAG.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_NO_MORE_PAGES.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_NULL_END_CURSOR.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/docs/auto-docs/screens/OrganizationTags/OrganizationTagsMocks/variables/MOCKS_UNDEFINED_USER_TAGS.md

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)