diff --git a/.github/workflows/publish-github-pages.yml b/.github/workflows/publish-github-pages.yml index b419130..7e0fb5d 100644 --- a/.github/workflows/publish-github-pages.yml +++ b/.github/workflows/publish-github-pages.yml @@ -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