Skip to content

Commit 63faf19

Browse files
authored
Merge pull request #13 from ColibrITD-SAS/dev
Dev
2 parents db0b6df + 4190043 commit 63faf19

File tree

4 files changed

+8
-27
lines changed

4 files changed

+8
-27
lines changed

.github/workflows/mpqp_dev.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Build and Publish
1+
name: Test
22

33
on:
44
push:
55
branches:
6-
- dev
6+
- dev
77

88
jobs:
99
test:
@@ -15,4 +15,4 @@ jobs:
1515
run: |
1616
pip install -r requirements-dev.txt
1717
- name: Test
18-
run: python -m pytest
18+
run: python -m pytest

.github/workflows/mpqp_prod.yml

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

33
on:
44
pull_request:

.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

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![license badge](https://img.shields.io/github/license/ColibrITD-SAS/mpqp)
2-
![test status badge](https://img.shields.io/github/actions/workflow/status/ColibrITD-SAS/mpqp/mpqp_dev.yml?branch=dev)
3-
![doc status badge](https://img.shields.io/github/actions/workflow/status/ColibrITD-SAS/mpqp/doc?label=doc)
4-
![pipy deployment status badge](https://img.shields.io/github/actions/workflow/status/ColibrITD-SAS/mpqp/pipy?label=pipy)
2+
![test status badge](https://img.shields.io/github/actions/workflow/status/ColibrITD-SAS/mpqp/mpqp_dev.yml?branch=dev&label=tests)
3+
![doc status badge](https://img.shields.io/github/actions/workflow/status/ColibrITD-SAS/mpqp/mpqp_prod.yml?label=doc)
4+
![pipy deployment status badge](https://img.shields.io/github/actions/workflow/status/ColibrITD-SAS/mpqp/mpqp_tag.yml?label=pipy)
55

66
![mpqp logo](resources/dark-logo.svg)
77

0 commit comments

Comments
 (0)