-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v3.0.0 Commit ee532b9 Doc Commit #1404646
- Loading branch information
1 parent
187145f
commit eb939c3
Showing
20 changed files
with
45 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
image: ruby:3.2 | ||
|
||
workflow: | ||
rules: | ||
- if: $CI_COMMIT_BRANCH | ||
|
||
before_script: | ||
- gem install bundler | ||
- bundle install | ||
|
||
pages: | ||
stage: deploy | ||
script: | ||
- bundle exec jekyll build -d public | ||
artifacts: | ||
paths: | ||
- public | ||
rules: | ||
- if: $CI_COMMIT_BRANCH == "gh-pages" | ||
environment: production | ||
|
||
test: | ||
stage: test | ||
script: | ||
- bundle exec jekyll build -d test | ||
artifacts: | ||
paths: | ||
- test | ||
rules: | ||
- if: $CI_COMMIT_BRANCH != "gh-pages" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins | ||
source "https://rubygems.org" | ||
|
||
gem "jekyll" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ title: AutoScaler | |
email: [email protected] | ||
|
||
description: AutoScaler Description | ||
#baseurl: "/autoscaler" | ||
baseurl: "/autoscaler" | ||
#baseurl: "" | ||
baseurl: "" | ||
|
||
# Build settings | ||
exclude: ['node_modules'] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.