Skip to content

Commit 37e57c0

Browse files
committed
chore: include deploy workflow and typings
1 parent 0f9c2bd commit 37e57c0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: '🚀 Deploy Next.js Docker App'
22

33
on:
44
push:
5-
branches: [main]
5+
branches: ['main']
66

77
jobs:
88
build-and-deploy:

typings/animate.css.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'animate.css'

0 commit comments

Comments
 (0)