Skip to content

Commit

Permalink
♻️ Show a URL preview
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Nov 23, 2024
1 parent 0f43f7e commit 605e0c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,12 @@ jobs:
accountId: 472bdad691b4483dea759eadb37110bd
command: pages deploy "_build/html" --project-name=lamin-docs
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
- uses: edumserrano/find-create-or-update-comment@v2
if: github.event_name == 'pull_request'
with:
issue-number: ${{ github.event.pull_request.number }}
body-includes: "Deployment URL"
comment-author: "github-actions[bot]"
body: |
Deployment URL: ${{ steps.cloudflare.outputs.deployment-url }}
edit-mode: replace

0 comments on commit 605e0c3

Please sign in to comment.