From fb022cf272a422de0a150609f64e8f0207d8161e Mon Sep 17 00:00:00 2001 From: Thomas Simonini Date: Mon, 5 Dec 2022 16:14:23 +0100 Subject: [PATCH] Update the Units --- .github/workflows/build_pr_documentation.yml | 20 -------------------- .github/workflows/delete_doc_comment.yml | 13 ------------- 2 files changed, 33 deletions(-) delete mode 100644 .github/workflows/build_pr_documentation.yml delete mode 100644 .github/workflows/delete_doc_comment.yml diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml deleted file mode 100644 index bebb89a..0000000 --- a/.github/workflows/build_pr_documentation.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Build PR Documentation - -on: - pull_request: - -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true - -jobs: - build: - 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 }} - package: deep-rl-class - path_to_docs: deep-rl-class/units/ - additional_args: --not_python_module - languages: en - hub_base_path: https://moon-ci-docs.huggingface.co diff --git a/.github/workflows/delete_doc_comment.yml b/.github/workflows/delete_doc_comment.yml deleted file mode 100644 index a286a49..0000000 --- a/.github/workflows/delete_doc_comment.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Delete dev documentation - -on: - pull_request: - types: [ closed ] - - -jobs: - delete: - uses: huggingface/doc-builder/.github/workflows/delete_doc_comment.yml@main - with: - pr_number: ${{ github.event.number }} - package: deep-rl-class \ No newline at end of file