We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe9490 commit 89a6f30Copy full SHA for 89a6f30
.github/workflows/documentation-links.yml
@@ -18,7 +18,11 @@ jobs:
18
documentation-links:
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: readthedocs/actions/preview@v1
+ - uses: chabroA/action-append-pr-description@v1.2.1
22
with:
23
- project-slug: "pydocs-translation-dashboard"
24
- single-version: "true"
+ auth: ${{ secrets.GITHUB_TOKEN }}
+ repo: ${{ github.event.repository.name }}
25
+ owner: ${{ github.repository_owner }}
26
+ pr: ${{ github.event.number }}
27
+ url: "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}"
28
+ message: "📊 Dashboard preview:"
0 commit comments