This repository was archived by the owner on Apr 7, 2026. It is now read-only.
docs: Add What is SQL? Tutorial #154
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }}). |