Skip to content

Commit 3f4adca

Browse files
authored
Merge pull request #32 from veryfi/fix-docs
Install deps in update-docs workflow
2 parents 3bba1ae + 84c3971 commit 3f4adca

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/update-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ jobs:
2121
run: |
2222
mkdir docs
2323
pip install portray
24+
pip install -r requirements.txt
2425
portray on_github_pages -f

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGES
22
=======
33

4+
3.1.1
5+
-----
6+
* Install dependencies in update-docs workflow
7+
48
3.1.0
59
-----
610
* Add support for operations with line items

0 commit comments

Comments
 (0)