Skip to content

Commit

Permalink
use solc 0.8.19 for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed May 9, 2023
1 parent 34a6829 commit ab57f41
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sphinx-docgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:
run: |
pip install --upgrade pip
pip install -r site/requirements.txt
- name: Install solc 0.8.19
run: |
pip install solc-select
solc-select install 0.8.17
solc-select install 0.8.19
- name: Sphinx Gendoc
env:
SOLC_VERSION: 0.8.17
SOLC_VERSION: 0.8.19
run: |
bin/gendoc.sh
sphinx-build -b html site ./_site
Expand Down

0 comments on commit ab57f41

Please sign in to comment.