Skip to content

Commit 89a6f30

Browse files
committed
Update preview link
1 parent cbe9490 commit 89a6f30

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/documentation-links.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ jobs:
1818
documentation-links:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: readthedocs/actions/preview@v1
21+
- uses: chabroA/action-append-pr-description@v1.2.1
2222
with:
23-
project-slug: "pydocs-translation-dashboard"
24-
single-version: "true"
23+
auth: ${{ secrets.GITHUB_TOKEN }}
24+
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

Comments
 (0)