Skip to content

Commit dac5f9d

Browse files
Update mpqp_tag.yml
1 parent c611b10 commit dac5f9d

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/mpqp_tag.yml

+1-20
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Publish
1+
name: Build and Publish on pipy
22

33
on:
44
push:
@@ -25,22 +25,3 @@ jobs:
2525
env:
2626
TWINE_USERNAME: __token__
2727
TWINE_PASSWORD: ${{ secrets.PRD_QT_API_TOKEN }}
28-
29-
build_publish_docs:
30-
# Deploy to cloudflare
31-
runs-on: ubuntu-latest
32-
needs: build_publish_package
33-
steps:
34-
- name: Checkout
35-
uses: actions/checkout@v4
36-
- name: Build Document
37-
run: |
38-
pip install -r requirements-dev.txt
39-
sphinx-build -b html docs build
40-
- name: Publish
41-
uses: cloudflare/pages-action@1
42-
with:
43-
apiToken: ${{ secrets.PRD_CLOUDFLARE_API_TOKEN }}
44-
accountId: ${{ secrets.PRD_CLOUDFLARE_ACCOUNT_ID }}
45-
projectName: mpqp
46-
directory: build

0 commit comments

Comments
 (0)