File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1- name : Dashboard PR preview
1+ name : Read the Docs PR preview
22# Automatically edits a pull request's descriptions with a link
3- # to the GitHub pages PR preview .
3+ # to the documentation's preview on Read the Docs .
44
55on :
66 pull_request_target :
77 types :
88 - opened
9- - reopened
109
1110permissions :
1211 pull-requests : write
1918 documentation-links :
2019 runs-on : ubuntu-latest
2120 steps :
22- - uses : chabroA/action-append-pr-description @v1.2.1
21+ - uses : readthedocs/actions/preview @v1
2322 with :
24- auth : ${{ secrets.GITHUB_TOKEN }}
25- repo : ${{ github.event.repository.name }}
26- owner : ${{ github.repository_owner }}
27- pr : ${{ github.event.number }}
28- url : " https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ github.ref_name }}"
29- message : " 📊 Dashboard preview:"
23+ project-slug : " pydocs-translation-dashboard"
24+ single-version : " true"
You can’t perform that action at this time.
0 commit comments