Skip to content

Commit d235575

Browse files
committed
fix: website publishing
1 parent 990ff7f commit d235575

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/website.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Deploy to Github Pages
22
on:
33
push:
44
branches:
5-
- main
65

76
jobs:
87
deploy:
@@ -33,6 +32,9 @@ jobs:
3332
yarn build
3433
cp dist/index.html dist/404.html
3534
35+
- name: List all files in website
36+
run: ls -lart website/dist/data/*/*
37+
3638
- name: Deploy
3739
uses: s0/git-publish-subdir-action@develop
3840
env:

0 commit comments

Comments
 (0)