We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1c4df commit 7f6c4eeCopy full SHA for 7f6c4ee
2 files changed
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
2
3
on:
4
push:
5
- branches: [master]
+ branches: [main]
6
workflow_dispatch:
7
8
permissions:
@@ -26,8 +26,6 @@ jobs:
26
27
- run: bun install --frozen-lockfile
28
29
- - run: cp node_modules/shaven/shaven.js public
30
-
31
- run: bunx vite build
32
33
- run: echo "syvis.ad-si.com" > dist/CNAME
makefile
@@ -25,11 +25,6 @@ test: node_modules
25
bun test
-.PHONY: postinstall
-postinstall: node_modules
- cp node_modules/shaven/shaven.js public
.PHONY: clean
34
clean:
35
-rm -r dist
0 commit comments