We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5128471 commit 322daebCopy full SHA for 322daeb
1 file changed
circle.yml
@@ -1,3 +1,7 @@
1
+machine:
2
+ environment:
3
+ JEKYLL_ENV: production
4
+
5
dependencies:
6
pre:
7
- gem install jekyll
@@ -8,8 +12,4 @@ general:
8
12
9
13
test:
10
14
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/
- - echo $BASEURL
- - sed -i "s,/singularityware.github.io/,$BASEURL,g" "_config.yml"
- - sed -i "s,/page:num/,$BASEURLpage:num/,g" "_config.yml"
15
- bundle exec jekyll build
0 commit comments