diff --git a/.github/workflows/verify_microsite.yml b/.github/workflows/verify_microsite.yml index c590d53caf..8ce0a5d9e9 100644 --- a/.github/workflows/verify_microsite.yml +++ b/.github/workflows/verify_microsite.yml @@ -245,6 +245,9 @@ jobs: - name: clear generated docs run: git clean -fd docs/ + - name: print directry contents + run: ls docs/reference + - name: build API reference run: yarn build:api-docs