Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
teckids.org
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Niklas Bildhauer
teckids.org
Commits
aa5739df
Verified
Commit
aa5739df
authored
5 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
Deploy to teckids.edugit.io
parent
818ba16c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
Makefile
+1
-1
1 addition, 1 deletion
Makefile
publishconf.py
+1
-1
1 addition, 1 deletion
publishconf.py
with
19 additions
and
2 deletions
.gitignore
+
1
−
0
View file @
aa5739df
...
@@ -50,3 +50,4 @@ DEADJOE
...
@@ -50,3 +50,4 @@ DEADJOE
# Pelican output
# Pelican output
output/
output/
public/
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
0 → 100644
+
16
−
0
View file @
aa5739df
image
:
python:3.8-buster
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
pages
:
stage
:
deploy
before_script
:
-
pip install Markdown gitpython pelican py_w3c beautifulsoup4
script
:
-
make publish
artifacts
:
paths
:
-
public/
only
:
-
master
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
aa5739df
...
@@ -4,7 +4,7 @@ PELICANOPTS=
...
@@ -4,7 +4,7 @@ PELICANOPTS=
BASEDIR
=
$(
CURDIR
)
BASEDIR
=
$(
CURDIR
)
INPUTDIR
=
$(
BASEDIR
)
/content
INPUTDIR
=
$(
BASEDIR
)
/content
OUTPUTDIR
=
$(
BASEDIR
)
/
output
OUTPUTDIR
=
$(
BASEDIR
)
/
public
CONFFILE
=
$(
BASEDIR
)
/pelicanconf.py
CONFFILE
=
$(
BASEDIR
)
/pelicanconf.py
PUBLISHCONF
=
$(
BASEDIR
)
/publishconf.py
PUBLISHCONF
=
$(
BASEDIR
)
/publishconf.py
...
...
This diff is collapsed.
Click to expand it.
publishconf.py
+
1
−
1
View file @
aa5739df
...
@@ -22,4 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True
...
@@ -22,4 +22,4 @@ DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing
# Following items are often useful when publishing
#DISQUS_SITENAME = ""
#DISQUS_SITENAME = ""
#GOOGLE_ANALYTICS = ""
#GOOGLE_ANALYTICS = ""
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment