Skip to content

Commit

Permalink
ci: changing pkg manager to npm in workflows/deploy.yml (#19)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Aditya-150 authored Nov 6, 2023
1 parent 9f32c10 commit 173d03f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache: npm

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm install
- name: Build website
run: yarn build
run: npm run build

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

0 comments on commit 173d03f

Please sign in to comment.