Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
eyeo
specs
spec
Commits
13521a13
Commit
13521a13
authored
Jul 19, 2019
by
Winsley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP: Added CI script to build spec as standalone website
parent
f92de673
Pipeline
#71933576
passed with stages
in 1 minute and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
.gitlab-ci.yml
.gitlab-ci.yml
+14
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
13521a13
---
pages
:
script
:
-
"
gem
install
gitlab-markup"
-
"
gem
install
redcarpet"
-
mkdir public
-
cp -vrf res spec public/
-
find public/ -name '*.md' -exec sh -c 'gitlab-markup "${0}" > "${0%.md}.html"' {} \;
-
find public/ -name '*.md' -delete
-
find public/
artifacts
:
paths
:
-
public
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment