From 2af02d7292727b9a19e0b0dfd3d19f572a0afb33 Mon Sep 17 00:00:00 2001 From: F-park <52167622+F-park@users.noreply.github.com> Date: Mon, 22 Jan 2024 15:14:42 +0800 Subject: [PATCH] rm documentation-links.yml --- .github/workflows/documentation-links.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/documentation-links.yml diff --git a/.github/workflows/documentation-links.yml b/.github/workflows/documentation-links.yml deleted file mode 100644 index d44691bd..00000000 --- a/.github/workflows/documentation-links.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Documentation Preview - -on: - pull_request_target: - types: - - opened - paths: - - "docs/**" - - ".github/workflows/documentation-links.yml" - -permissions: - pull-requests: write - -jobs: - documentation-links: - runs-on: ubuntu-latest - steps: - - uses: readthedocs/actions/preview@v1 - with: - project-slug: "viztracer-preview"