Skip to content

Commit

Permalink
add workin tree
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Feb 7, 2025
1 parent 52e1935 commit 512ae75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-keycdn-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy to KeyCDN
on:
push:
branches:
- dev
name: Deploy to KeyCDN
jobs:
build:
name: Build
Expand All @@ -15,7 +15,7 @@ jobs:
run: npm install

- name: Build
run: npm run dev
run: npm run build

- name: Push files
uses: SamKirkland/[email protected]
Expand Down

0 comments on commit 512ae75

Please sign in to comment.