mirror of
https://github.com/chatmail/relay.git
synced 2026-08-29 11:33:14 +00:00
chore(doc): use sphinx roles for referencing repository files and dirs
this allows PRs to add references without having to point to main where a file might not be, and thus fail CI.
This commit is contained in:
@@ -13,6 +13,11 @@ jobs:
|
||||
scripts:
|
||||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
# Pin the repository links in the docs to this pull request's head commit
|
||||
# so that linkcheck resolves files which only exist on the branch so far.
|
||||
# see doc/conf.py
|
||||
DOC_GITHUB_REF: ${{ github.event.pull_request.head.sha }}
|
||||
environment:
|
||||
name: 'staging.chatmail.at/doc/relay/'
|
||||
url: https://staging.chatmail.at/doc/relay/${{ steps.prepare.outputs.prid }}
|
||||
|
||||
Reference in New Issue
Block a user