Skip to content

Commit

Permalink
fix: Amend deployment actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pensive1 committed Apr 2, 2024
1 parent 1c88816 commit f857119
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
with:
node-version: 20
cache: "npm"
- name: Navigate to age calc app
run: cd 1_age-calculator-app
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<!-- Designed by Frontend Montor, Developed by Richard Acquaye -->
<head>
<meta charset="UTF-8" />
<link
Expand Down

0 comments on commit f857119

Please sign in to comment.