Skip to content

Commit 381aa9e

Browse files
committed
Added doc deploy on publish
1 parent f0e494b commit 381aa9e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
FLIT_USERNAME: ${{ secrets.FLIT_USERNAME }}
2424
FLIT_PASSWORD: ${{ secrets.FLIT_PASSWORD }}
2525
run: flit publish
26+
- name: Deploy Documentation
27+
run: make doc-deploy

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
- name: Install Dependencies
2121
run: flit install --symlink
2222
- name: Test
23-
run: pytest --cov=ellar --cov-report=xml tests
23+
run: make test-cov
2424
- name: Coverage
2525
uses: codecov/codecov-action@v3.1.1

0 commit comments

Comments
 (0)