We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caea7c1 commit f18a5cdCopy full SHA for f18a5cd
.github/workflows/deploy.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Build site
66
env:
67
DISPLAY: ":99.0"
68
- run: make -C website/ html
+ run: make -C site/ html
69
70
# Deploy site to github pages
71
- name: GitHub Pages action
@@ -74,4 +74,4 @@ jobs:
74
with:
75
github_token: ${{ secrets.GITHUB_TOKEN }}
76
publish_dir: ./website/_build/html
77
- cname: scikit-image.org
+ cname: scikit-image.org
0 commit comments