Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianlinkflink authored Nov 21, 2024
1 parent 0a5db3f commit 49755f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages
name: Deploy as static Github Page

on:
push:
Expand All @@ -22,7 +22,7 @@ jobs:

# Install dependencies
- name: Install dependencies
run: npm ci
run: npm i

# Build the project
- name: Build project
Expand Down

0 comments on commit 49755f5

Please sign in to comment.