Skip to content

Commit

Permalink
fastest ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuezas committed Mar 29, 2023
1 parent 273864f commit 30d1185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Install 🔧
run: npm i --omit=dev
run: npm ci --omit=dev
- name: Build 🏗️
run: npm run build
- name: Deploy to GH Pages 🚀
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const App = () => {
>
ARDUINO WEB
<br />
TIMERS
TIMERS1
</span>
</span>
</Navbar.Header>
Expand Down

0 comments on commit 30d1185

Please sign in to comment.