diff --git a/.github/workflows/pr-documentation.yml b/.github/workflows/pr-documentation.yml index 46c110c6b..a9ea8e448 100644 --- a/.github/workflows/pr-documentation.yml +++ b/.github/workflows/pr-documentation.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main + uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@xenova-test with: commit_sha: ${{ github.sha }} pr_number: ${{ github.event.number }} diff --git a/README.md b/README.md index c876a1967..6abc2ae19 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,11 @@ import { HfInference } from "npm:@huggingface/inference" import { createRepo, commit, deleteRepo, listFiles } from "npm:@huggingface/hub" ``` +### This is test + +```jsx +let worker = new Worker(new URL('./worker.js', import.meta.url)); +``` ## Usage examples