Skip to content

Commit 6bc9ffb

Browse files
authored
Updated pnpm package Mon Dec 30 06:15:43 PM PST 2024 (#2813)
* Added Docusaurus files * Rearranged location of name.on.pull_request * CodeRabbit.ai suggestions * Fixed pnp GitHub action * Added docs/ directory to docker ignore * Removed pnpm version from GitHub Action * CodeRabbit.ai updates again * Updated docs/pnpm-lock.yaml * CodeRabbit.ai updates Mon Dec 30 06:00:44 PM PST 2024 * Removed .node-version * Added .node-version to .gitignore * Updated Docusaurus .gitignore * Updated pnpm package Mon Dec 30 06:14:31 PM PST 2024
1 parent e553e79 commit 6bc9ffb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ jobs:
3636
url: https://docs-api.talawa.io
3737
steps:
3838
- uses: actions/checkout@v4
39-
- uses: actions/setup-node@v4
39+
- uses: pnpm/action-setup@v4
4040
with:
41-
node-version: 22
4241
cache: pnpm
43-
cache-dependency-path: 'docs/'
42+
cache-dependency-path: |
43+
docs/pnpm-lock.yaml
44+
docs/package.json
4445
- uses: actions/cache@v3
4546
with:
4647
path: docs/.docusaurus

0 commit comments

Comments
 (0)