[Studio UI] Fix full-height tabs and compact tab spacing (#3884) #3
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: "Documentation (Reusable)" | |
| on: | |
| pull_request_target: | |
| branches: | |
| - "[0-9]+.[0-9]+" | |
| - "[0-9]+.x" | |
| - "docs_actions" | |
| paths: | |
| - "doc/**" | |
| - ".github/workflows/new-docs.yml" | |
| - "README.md" | |
| push: | |
| branches: | |
| - "[0-9]+.[0-9]+" | |
| - "[0-9]+.x" | |
| - "docs_actions" | |
| paths: | |
| - "doc/**" | |
| - ".github/workflows/new-docs.yml" | |
| - "README.md" | |
| permissions: | |
| contents: read | |
| jobs: | |
| docs: | |
| uses: pimcore/workflows-collection-public/.github/workflows/reusable-docs.yaml@main | |
| with: | |
| docs_path: "doc" | |
| secrets: | |
| DOCS_GENERATOR_ACCESS_TOKEN: ${{ secrets.DOCS_GENERATOR_ACCESS_TOKEN }} |