Skip to content

Commit 7f6c4ee

Browse files
committed
Fix CI: trigger on main and drop obsolete shaven.js copy step
1 parent 8a1c4df commit 7f6c4ee

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
workflow_dispatch:
77

88
permissions:
@@ -26,8 +26,6 @@ jobs:
2626

2727
- run: bun install --frozen-lockfile
2828

29-
- run: cp node_modules/shaven/shaven.js public
30-
3129
- run: bunx vite build
3230

3331
- run: echo "syvis.ad-si.com" > dist/CNAME

makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ test: node_modules
2525
bun test
2626

2727

28-
.PHONY: postinstall
29-
postinstall: node_modules
30-
cp node_modules/shaven/shaven.js public
31-
32-
3328
.PHONY: clean
3429
clean:
3530
-rm -r dist

0 commit comments

Comments
 (0)