Skip to content

Commit

Permalink
Update mpqp_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri-ColibrITD authored Feb 23, 2024
1 parent c611b10 commit dac5f9d
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/mpqp_tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish
name: Build and Publish on pipy

on:
push:
Expand All @@ -25,22 +25,3 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PRD_QT_API_TOKEN }}

build_publish_docs:
# Deploy to cloudflare
runs-on: ubuntu-latest
needs: build_publish_package
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Document
run: |
pip install -r requirements-dev.txt
sphinx-build -b html docs build
- name: Publish
uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.PRD_CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.PRD_CLOUDFLARE_ACCOUNT_ID }}
projectName: mpqp
directory: build

0 comments on commit dac5f9d

Please sign in to comment.