Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tangible.tools
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
colmoneill
tangible.tools
Commits
c7f9835c
Commit
c7f9835c
authored
Jan 10, 2018
by
colmoneill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gitlab pages site with 'output' as output path, defaults?
parent
3d51618a
Pipeline
#16004448
failed with stage
in 2 minutes 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
.gitlab-ci.yml
.gitlab-ci.yml
+9
-0
publishconf.py
publishconf.py
+1
-1
No files found.
.gitlab-ci.yml
0 → 100644
View file @
c7f9835c
image
:
python:3
pages
:
script
:
-
pip install -r requirements.txt
-
pelican -s publishconf.py
artifacts
:
paths
:
-
output/
publishconf.py
View file @
c7f9835c
...
...
@@ -11,7 +11,7 @@ sys.path.append(os.curdir)
from
pelicanconf
import
*
SITEURL
=
'http://tangible.tools'
RELATIVE_URLS
=
Fals
e
RELATIVE_URLS
=
Tru
e
FEED_ALL_ATOM
=
'feeds/all.atom.xml'
CATEGORY_FEED_ATOM
=
'feeds/
%
s.atom.xml'
...
...
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