Skip to content

Commit 4f4ddc6

Browse files
committed
Fix repo name and owner
1 parent daf2c98 commit 4f4ddc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache-dependency-path: '**/package-lock.json'
3636

3737
- run: npm ci
38-
- run: hugo --baseURL https://${REPO_OWNER}.github.io/${REPO_NAME} --minify
38+
- run: hugo --baseURL https://IntelPython.github.io/portable-data-parallel-extensions-scipy-2024 --minify
3939

4040
- name: Deploy
4141
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)