From e1dd29e36ba034d360e021665233a4b59492772d Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Sun, 1 Dec 2024 16:05:14 +0100 Subject: [PATCH] disabled fern comments --- .github/workflows/preview-docs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/preview-docs.yaml b/.github/workflows/preview-docs.yaml index 806dc21c0..7e5081af0 100644 --- a/.github/workflows/preview-docs.yaml +++ b/.github/workflows/preview-docs.yaml @@ -71,9 +71,9 @@ jobs: echo "$OUTPUT" URL=$(echo "$OUTPUT" | grep -oP 'Published docs to \K.*(?= \()') echo "Preview URL: $URL" - echo "🌿 Preview your docs: $URL" > docs_preview_url.untracked.txt + # echo "🌿 Preview your docs: $URL" > docs_preview_url.untracked.txt - - name: Comment URL in PR - uses: thollander/actions-comment-pull-request@v2.4.3 - with: - filePath: docs_preview_url.untracked.txt + # - name: Comment URL in PR + # uses: thollander/actions-comment-pull-request@v2.4.3 + # with: + # filePath: docs_preview_url.untracked.txt