Skip to content

refactor: Prepare docs for OSS #2

refactor: Prepare docs for OSS

refactor: Prepare docs for OSS #2

Workflow file for this run

name: docs_preview
on:
pull_request:
paths:
- "docs/**"
- "docs.yaml"
# types: [opened]
jobs:
comment_link:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
# pr number
message: |
:books: Documentation changes in this PR can be previewed [here](https://docs.page/invertase/globe~${{ github.event.pull_request.number }}).