Skip to content

Commit cc538eb

Browse files
committed
WIP
1 parent 03adf9b commit cc538eb

File tree

11 files changed

+8905
-16
lines changed

11 files changed

+8905
-16
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: bahmutov/npm-install@v1
2727

2828
- name: 🍼 Create pages build
29-
run: npm run build
29+
run: npm run deploy:pages
3030

3131
- name: 🥅 Deploy to GH-Pages
3232
uses: peaceiris/actions-gh-pages@v3

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.history
22
node_modules
3-
out
3+
out
4+
dist
5+
.parcel-cache

0 commit comments

Comments
 (0)