Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lua-LIVR-extra
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
François Perrad
lua-LIVR-extra
Commits
7375f244
Commit
7375f244
authored
Jan 04, 2019
by
François Perrad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor mkdocs
parent
6f1bbe58
Pipeline
#101288
passed with stages
in 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
.gitignore
.gitignore
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-2
Makefile
Makefile
+2
-2
No files found.
.gitignore
View file @
7375f244
/
site
/
public
/MANIFEST
/README.html
/*.tar
...
...
.gitlab-ci.yml
View file @
7375f244
...
...
@@ -5,8 +5,7 @@ before_script:
pages
:
script
:
-
mkdocs build
-
mv site public
-
mkdocs build -d public
artifacts
:
paths
:
-
public
...
...
Makefile
View file @
7375f244
...
...
@@ -109,8 +109,8 @@ coveralls:
README.html
:
README.md
Markdown.pl README.md
>
README.html
gh-
pages
:
mkdocs
gh-deploy
--clean
pages
:
mkdocs
build
-d
public
clean
:
rm
-f
MANIFEST
*
.bak src/luacov.
*
.out
*
.rockspec README.html
...
...
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