Skip to content

Commit 98c73d6

Browse files
author
Thomas Girke
committed
no_render
1 parent d6b2508 commit 98c73d6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# or "https://USERNAME.github.io/REPO_NAME/" if not the first
44
# replace USERNAME and REPO_NAME
55
# If deploy on Netlify, change it to "/"
6-
baseURL = "/"
6+
baseURL = "https://systempipe.org/"
77
title = "systemPipe Workflow Environment"
88
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_cache$", "\\.knit", "\\.utf8"]
99
enableRobotsTXT = true

mybuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ hugo --verbose --cleanDestinationDir # build site. This creates rendered html fi
2626
cp .nojekyll public
2727
git add . # needs to be done to account for changes in `public/`
2828
git commit -am "no_render" # tell github action not to render.
29-
git push origin main
30-
git push origin `git subtree split --prefix public`:gh-pages --force # use only to resolve possible error in push
29+
git push origin main # next wait until this fully completed on github actions, see here: https://github.com/systemPipeR/systemPipeR.github.io/actions
30+
git push origin `git subtree split --prefix public`:gh-pages --force
3131
# git subtree push --prefix public origin gh-pages # alternative not used
3232

3333

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
systempipe.org

0 commit comments

Comments
 (0)