Skip to content

Commit

Permalink
CI: fix documentation build error (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
zheltovs authored Jan 27, 2022
1 parent 3c76824 commit cd6a5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install prerequisites
run: |
pip3 install -U Jinja2
pip3 install git+https://github.com/executablebooks/sphinx-book-theme.git
echo GITHUB_SHA_SHORT=${GITHUB_SHA::8} >> $GITHUB_ENV
mkdir html
Expand Down

0 comments on commit cd6a5f9

Please sign in to comment.