Skip to content

Commit a3ffb1d

Browse files
committed
Check Again for Path
1 parent ba006ea commit a3ffb1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: npm install, build, and test
2929
run: |
3030
npm install
31+
npm run build
32+
ls
3133
sed -i 's/http:\/\/:localhost:1313//g' public/*.*
3234
echo 'sqlcomponents.org' > public/CNAME
3335
env:

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
node_modules
2-
2+
public
33
resources

0 commit comments

Comments
 (0)