Skip to content

Commit f18a5cd

Browse files
author
Alexandre de Siqueira
authored
website -> site
1 parent caea7c1 commit f18a5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Build site
6666
env:
6767
DISPLAY: ":99.0"
68-
run: make -C website/ html
68+
run: make -C site/ html
6969

7070
# Deploy site to github pages
7171
- name: GitHub Pages action
@@ -74,4 +74,4 @@ jobs:
7474
with:
7575
github_token: ${{ secrets.GITHUB_TOKEN }}
7676
publish_dir: ./website/_build/html
77-
cname: scikit-image.org
77+
cname: scikit-image.org

0 commit comments

Comments
 (0)