We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7170d commit d733ba3Copy full SHA for d733ba3
1 file changed
.github/workflows/python-publish.yml
@@ -20,3 +20,12 @@ jobs:
20
run: python -m build
21
- name: Publish to PyPI
22
uses: pypa/gh-action-pypi-publish@release/v1
23
+
24
+ docs:
25
+ runs-on: ubuntu-latest
26
+ steps:
27
+ - name: Trigger ReadTheDocs build
28
+ run: |
29
+ curl -s -X POST \
30
+ -H "Authorization: Token ${{ secrets.RTD_API_TOKEN }}" \
31
+ "https://readthedocs.org/api/v3/projects/python-emails/versions/latest/builds/"
0 commit comments