Skip to content

Commit 97d815d

Browse files
committed
fix docs build
1 parent 0a7233a commit 97d815d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
with:
4040
python-version: '3.10'
4141

42-
- name: install
43-
run: pip install -r requirements/docs.txt
42+
- run: pip install -r requirements/docs.txt -r requirements/pyproject.txt
43+
- run: pip install .
4444

4545
- run: make docs
4646

@@ -157,6 +157,6 @@ jobs:
157157
uses: cloudflare/[email protected]
158158
with:
159159
apiToken: ${{ secrets.cloudflare_api_token }}
160-
command: pages publish --project-name=devtools-docs --branch=main site
160+
command: pages publish --project-name=python-devtools --branch=main site
161161
env:
162162
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.cloudflare_account_id }}

0 commit comments

Comments
 (0)