Skip to content

Commit fd93c62

Browse files
committed
Try pages build with base container
1 parent 8715b10 commit fd93c62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pages.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ jobs:
3838
build:
3939
runs-on: ubuntu-latest
4040
needs: clean
41-
container:
42-
image: ghcr.io/genentech/scimilarity:latest
41+
#container:
42+
# image: ghcr.io/genentech/scimilarity:latest
4343
steps:
4444
- uses: actions/checkout@v3
4545
- name: Install dependencies
4646
run: |
47+
pip install sphinx
4748
pip install -r docs/requirements.txt
4849
- name: Setup Pages
4950
id: pages

0 commit comments

Comments
 (0)