DOCSTOOLS-6063 add renderMode link info to opepapi-includer #855
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: Build | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| jobs: | |
| build-docs: | |
| runs-on: ubuntu-latest | |
| permissions: write-all | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v5 | |
| with: | |
| fetch-depth: 0 | |
| - name: Build | |
| uses: diplodoc-platform/docs-build-action@v3 | |
| env: | |
| VCS_TOKEN: ${{ secrets.YC_UI_BOT_GITHUB_TOKEN }} | |
| with: | |
| revision: "${{ github.event.pull_request.head.sha }}" | |
| use-ya-opensource: true |