Skip to content

Commit

Permalink
dump in publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 13, 2024
1 parent 423d032 commit 03e34c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ jobs:
run: npm install -C website

- name: Generate Docusaurus
run: npm run build -C website
run: |
cat website/docusaurus.config.ts
npm run build -C website
cat website/build/index.html
- name: Setup Pages
# https://github.com/actions/configure-pages
Expand Down

0 comments on commit 03e34c1

Please sign in to comment.