Skip to content

Commit 173d03f

Browse files
authored
ci: changing pkg manager to npm in workflows/deploy.yml (#19)
* feat: initializing folder structure * refactor: Change and Addition in folder Structure * chore: images(asset) addition * chore: social card image change * feat: template community page added as .mdx * chore: font files added * style: CSS variables and fonts added * revert: removing duplicate fonts * chore: component created Signed-off-by: Aditya Prasad Mohanty <[email protected]> * feat: adding custom navbar Signed-off-by: Aditya Prasad Mohanty <[email protected]> * feat: hero section added Signed-off-by: Aditya Prasad Mohanty <[email protected]> * feat: architecture section added Signed-off-by: Aditya Prasad Mohanty <[email protected]> * feat: adding home page sections Signed-off-by: Aditya Prasad Mohanty <[email protected]> * build: building site and setting github pages Signed-off-by: Aditya Prasad Mohanty <[email protected]> * fix: mascot svg size reduced and architechture image format change Signed-off-by: Aditya Prasad Mohanty <[email protected]> * fix: deploy fix Signed-off-by: Aditya Prasad Mohanty <[email protected]> * fix: deploy fix v0.0.1 Signed-off-by: Aditya Prasad Mohanty <[email protected]> * fix: deplo fix v0.0.2 Signed-off-by: Aditya Prasad Mohanty <[email protected]> * fix: deploy fix 0.0.2 Signed-off-by: Aditya Prasad Mohanty <[email protected]> * ci: setting github workflow Signed-off-by: Aditya Prasad Mohanty <[email protected]> * ci: changing pkg manager to npm in workflows/deploy.yml Signed-off-by: Aditya Prasad Mohanty <[email protected]> --------- Signed-off-by: Aditya Prasad Mohanty <[email protected]>
1 parent 9f32c10 commit 173d03f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: 18
22-
cache: yarn
22+
cache: npm
2323

2424
- name: Install dependencies
25-
run: yarn install --frozen-lockfile
25+
run: npm install
2626
- name: Build website
27-
run: yarn build
27+
run: npm run build
2828

2929
# Popular action to deploy to GitHub Pages:
3030
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus

0 commit comments

Comments
 (0)