Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Use github pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter committed Nov 15, 2023
1 parent a772821 commit afa522d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readthedocs-build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
--header "Authorization: Token $READTHEDOCS_API_TOKEN" \
--url "$READTHEDOCS_API_ENDPOINT/projects/$READTHEDOCS_PROJECT_SLUG/versions/${READTHEDOCS_VERSION/\//-}/builds/"
env:
READTHEDOCS_VERSION: ${{ github.ref_name }}
READTHEDOCS_VERSION: ${{ github.event.number }}
READTHEDOCS_API_TOKEN: ${{ secrets.READTHEDOCS_API_TOKEN }}
READTHEDOCS_API_ENDPOINT: ${{ secrets.READTHEDOCS_API_ENDPOINT }}
READTHEDOCS_PROJECT_SLUG: ${{ secrets.READTHEDOCS_PROJECT_SLUG_DEV }}

0 comments on commit afa522d

Please sign in to comment.