Skip to content

Commit b021140

Browse files
committed
Comment
1 parent 669b7e7 commit b021140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sspcloud/download_notebook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
echo "Executing the download_notebook.sh script"
33

4-
# Retrieve the website URL
4+
# Retrieve the URL of the website deployed on Github Pages
55
cd $MY_REPO
66
export GITHUB_OWNER=$(git remote get-url origin | sed -E 's/.*github.com[:\/]([^\/]+)\/.*/\1/')
77
export GH_PAGES_WEBSITE="https://${GITHUB_OWNER}.github.io/${MY_REPO}"

0 commit comments

Comments
 (0)