Skip to content

Commit

Permalink
chore(CI): log preview URL in console
Browse files Browse the repository at this point in the history
  • Loading branch information
YannicEl committed Aug 6, 2023
1 parent 1320ec7 commit de4e7ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

- name: Echo preview url
run: cat preview_url.txt

- name: Add preview url comment
if: github.event_name == 'pull_request'
uses: ./.github/actions/pr_comment
Expand Down

0 comments on commit de4e7ee

Please sign in to comment.