Skip to content
Snippets Groups Projects
Commit 7854207a authored by Lisanna's avatar Lisanna
Browse files
parent c0b39871
No related branches found
No related tags found
No related merge requests found
Pipeline #25998 passed
...@@ -2,8 +2,9 @@ image: ruby:latest ...@@ -2,8 +2,9 @@ image: ruby:latest
pages: pages:
script: script:
- gem install jekyll - gem install bundler
- jekyll build -d public/ - bundle install
- bundle exec jekyll build -d public
artifacts: artifacts:
paths: paths:
- public - public
......
source "https://rubygems.org"
gem "jekyll"
\ No newline at end of file
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
\ No newline at end of file
---
name: Index
___
# Building Websites in GitHub
## Description
{% raw %}{{ site.description }}{% endraw %}
Welcome to {% raw %}{{ page.name }}{% endraw %}
More details about the project are available from the [About page](about).
Have any questions about what we do? [We'd love to hear from you!]({% raw %}mailto:{{ site.email }}{% endraw %})
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment