We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7233a commit 97d815dCopy full SHA for 97d815d
.github/workflows/ci.yml
@@ -39,8 +39,8 @@ jobs:
39
with:
40
python-version: '3.10'
41
42
- - name: install
43
- run: pip install -r requirements/docs.txt
+ - run: pip install -r requirements/docs.txt -r requirements/pyproject.txt
+ - run: pip install .
44
45
- run: make docs
46
@@ -157,6 +157,6 @@ jobs:
157
uses: cloudflare/[email protected]
158
159
apiToken: ${{ secrets.cloudflare_api_token }}
160
- command: pages publish --project-name=devtools-docs --branch=main site
+ command: pages publish --project-name=python-devtools --branch=main site
161
env:
162
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.cloudflare_account_id }}
0 commit comments