Skip to content

Commit

Permalink
disabled fern comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fomalhautb committed Dec 1, 2024
1 parent 918f205 commit e1dd29e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/preview-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
filePath: docs_preview_url.untracked.txt
# - name: Comment URL in PR
# uses: thollander/[email protected]
# with:
# filePath: docs_preview_url.untracked.txt

0 comments on commit e1dd29e

Please sign in to comment.