We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf2c98 commit 4f4ddc6Copy full SHA for 4f4ddc6
.github/workflows/deploy-github-pages.yml
@@ -35,7 +35,7 @@ jobs:
35
cache-dependency-path: '**/package-lock.json'
36
37
- run: npm ci
38
- - run: hugo --baseURL https://${REPO_OWNER}.github.io/${REPO_NAME} --minify
+ - run: hugo --baseURL https://IntelPython.github.io/portable-data-parallel-extensions-scipy-2024 --minify
39
40
- name: Deploy
41
uses: peaceiris/actions-gh-pages@v4
0 commit comments