Skip to content

Commit

Permalink
Initial (empty) website
Browse files Browse the repository at this point in the history
This website will eventually provide a list of all projects.
  • Loading branch information
janakj committed Jul 30, 2019
0 parents commit 8d710f9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
stages:
- deploy

pages:
stage: deploy
script: /bin/true
artifacts:
paths:
- public
only:
- master
9 changes: 9 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>IRT Lab</title>
</head>
<body>
</body>
</html>

0 comments on commit 8d710f9

Please sign in to comment.