chore: File contains CRLF or CR line terminators while only LF is all… #188
This file contains 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@v3 | |
- name: Build | |
uses: diplodoc-platform/docs-build-action@v3 | |
with: | |
revision: "pr-${{ github.event.pull_request.number }}" |