Skip to content

Commit bded41e

Browse files
committed
Install phpdomain code into pages build.
1 parent 3343f71 commit bded41e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/doc.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Doc
1+
name: GitHub Pages Publish
22

33
on:
44
# Runs on pushes targeting the default branch
@@ -27,12 +27,17 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Install Python dependencies
30-
run: pip install -r requirements.txt
30+
run: |
31+
pip install -r requirements.txt
32+
pip install -e .
33+
3134
- name: Setup Pages
3235
id: pages
3336
uses: actions/configure-pages@v3
34-
- name: Build doc
37+
38+
- name: Build doct
3539
run: make -C doc html
40+
3641
- name: Upload artifact
3742
uses: actions/upload-pages-artifact@v1
3843
with:

0 commit comments

Comments
 (0)