Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • apollo/linux-community-site
  • SvetlanaTkachenko/linux-community-site
2 results
Show changes
Commits on Source (2)
...@@ -13,6 +13,7 @@ test: ...@@ -13,6 +13,7 @@ test:
- gem install bundler - gem install bundler
- bundle install - bundle install
- bundle exec jekyll build --destination=build/ - bundle exec jekyll build --destination=build/
- cp index.root.html build/index.html
# Artifacts # Artifacts
artifacts: artifacts:
expire_in: 1 day expire_in: 1 day
......
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script>window.location.replace("en/");</script>
</head>
</html>