Documentation/55879 Add documentation about OPENPROJECT_SMTP__TIMEOUT, fix OPENPROJECT_SMTP__USER__NAME #1007
Workflow file for this run
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: "Docs" | |
on: | |
pull_request: | |
branches: | |
- dev | |
- release/* | |
paths: | |
- 'docs/**' | |
permissions: | |
contents: read | |
jobs: | |
docs-check: | |
name: Check internal links in documentation | |
runs-on: [ubuntu-latest] | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ruby/setup-ruby@v1 | |
with: | |
bundler-cache: true | |
- run: bundle exec ./script/docs/check_links |