We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273864f commit 30d1185Copy full SHA for 30d1185
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
persist-credentials: false
23
24
- name: Install 🔧
25
- run: npm i --omit=dev
+ run: npm ci --omit=dev
26
- name: Build 🏗️
27
run: npm run build
28
- name: Deploy to GH Pages 🚀
src/App.tsx
@@ -57,7 +57,7 @@ const App = () => {
57
>
58
ARDUINO WEB
59
<br />
60
- TIMERS
+ TIMERS1
61
</span>
62
63
</Navbar.Header>
0 commit comments