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 669b7e7 commit b021140Copy full SHA for b021140
sspcloud/download_notebook.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
echo "Executing the download_notebook.sh script"
3
4
-# Retrieve the website URL
+# Retrieve the URL of the website deployed on Github Pages
5
cd $MY_REPO
6
export GITHUB_OWNER=$(git remote get-url origin | sed -E 's/.*github.com[:\/]([^\/]+)\/.*/\1/')
7
export GH_PAGES_WEBSITE="https://${GITHUB_OWNER}.github.io/${MY_REPO}"
0 commit comments