Skip to content

Commit 322daeb

Browse files
committed
try making simpler
1 parent 5128471 commit 322daeb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

circle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
machine:
2+
environment:
3+
JEKYLL_ENV: production
4+
15
dependencies:
26
pre:
37
- gem install jekyll
@@ -8,8 +12,4 @@ general:
812

913
test:
1014
override:
11-
- BASEURL=https://circle-artifacts.com/gh/$CIRCLE_USERNAME/singularityware.github.io/$CIRCLE_PREVIOUS_BUILD_NUM/artifacts/0/home/ubuntu/singularityware.github.io/_site/
12-
- echo $BASEURL
13-
- sed -i "s,/singularityware.github.io/,$BASEURL,g" "_config.yml"
14-
- sed -i "s,/page:num/,$BASEURLpage:num/,g" "_config.yml"
1515
- bundle exec jekyll build

0 commit comments

Comments
 (0)