Skip to content

Commit

Permalink
adjust CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ATaiIsHere committed Jun 30, 2024
1 parent b329b22 commit fd49276
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install
npm run build
yarn install
yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
Expand Down

0 comments on commit fd49276

Please sign in to comment.