Skip to content

Commit cc7ddfa

Browse files
flaviohelenonikic
authored andcommitted
Install Sphinx before building release (GHA)
1 parent 3a2b056 commit cc7ddfa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/publish-to-github-pages.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v2
1414

15+
- name: Setup Python 3.x
16+
uses: actions/setup-python@v2
17+
with:
18+
python-version: '3.x'
19+
20+
- name: Install Sphinx
21+
run: pip install -U Sphinx
22+
23+
- name: Setup PHP 8.1
24+
uses: shivammathur/setup-php@v2
25+
with:
26+
php-version: '8.1'
27+
coverage: none
28+
extensions: none
29+
tools: none
30+
1531
- name: Generate HTML release
1632
run: ./build_release_html.sh
1733

0 commit comments

Comments
 (0)