diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 07ee118..855908b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -51,7 +51,7 @@ jobs: # working-directory: ./docs run: | pnpm i - pnpx typedoc webview-src/index.ts + pnpx typedoc guest-js/ - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/.gitignore b/.gitignore index 9ad8f19..0556586 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ yarn.lock /target Cargo.lock node_modules/ +docs/ \ No newline at end of file