Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
ci: add deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mittelblut9 committed Dec 20, 2023
1 parent ebd8506 commit 381d4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: master

- name: Install dependencies
run: npm install --omit=dev
run: npm install

- name: Build website
run: npm run build
Expand Down

0 comments on commit 381d4d0

Please sign in to comment.