lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Adapt pdoc docs.yml docs-deploy workflow #113

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Description

Build and deploy docs for each new commit on the main branch. Based on pdoc's action.

Things to test:

Hard to test from a feature branch, since GitHub Pages expects deployments from master. Removing the canary string and testing from there.

Breaking changes

List any changes that break the API usage supported on master.

None; only changes dev tooling.

Relevant issues

List GitHub issues relevant to this change.

Checklist