Skip to content

Commit

Permalink
Revert "debug"
Browse files Browse the repository at this point in the history
This reverts commit b712455.
  • Loading branch information
mishig25 committed Feb 2, 2024
1 parent 54bb773 commit e0e1951
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@debug_colab_path
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
with:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
Expand All @@ -18,5 +18,4 @@ jobs:
path_to_docs: cookbook/notebooks/
additional_args: --not_python_module
languages: en
convert_notebooks: true
doc_builder_revision: debug_colab_path
convert_notebooks: true

0 comments on commit e0e1951

Please sign in to comment.