Skip to content

Commit 03e34c1

Browse files
committed
dump in publish.yml
1 parent 423d032 commit 03e34c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ jobs:
7070
run: npm install -C website
7171

7272
- name: Generate Docusaurus
73-
run: npm run build -C website
73+
run: |
74+
cat website/docusaurus.config.ts
75+
npm run build -C website
76+
cat website/build/index.html
7477
7578
- name: Setup Pages
7679
# https://github.com/actions/configure-pages

0 commit comments

Comments
 (0)