Skip to content

Commit 30d1185

Browse files
committed
fastest ci
1 parent 273864f commit 30d1185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install 🔧
25-
run: npm i --omit=dev
25+
run: npm ci --omit=dev
2626
- name: Build 🏗️
2727
run: npm run build
2828
- name: Deploy to GH Pages 🚀

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const App = () => {
5757
>
5858
ARDUINO WEB
5959
<br />
60-
TIMERS
60+
TIMERS1
6161
</span>
6262
</span>
6363
</Navbar.Header>

0 commit comments

Comments
 (0)