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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Teckids
Team PR
teckids.org
Commits
b7b499e1
Commit
b7b499e1
authored
1 year ago
by
magicfelix
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Adjust to zola
parent
06183c82
No related branches found
Branches containing commit
No related tags found
1 merge request
!28
Neue Website basierend auf Zola
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-6
5 additions, 6 deletions
.gitlab-ci.yml
with
5 additions
and
6 deletions
.gitlab-ci.yml
+
5
−
6
View file @
b7b499e1
image
:
python:3.9-bullseye
image
:
alpine:latest
variables
:
GIT_SUBMODULE_STRATEGY
:
recursive
PIP_EXTRA_INDEX_URL
:
https://edugit.org/api/v4/projects/257/packages/pypi/simple
pages
:
stage
:
deploy
before_script
:
-
apt-get -y update && apt-get -y install po4a
-
pip install -r requirements.txt
-
apk add --update-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ zola
-
apk add yarn
-
yarn install
script
:
-
make publish; make publish
-
cp _redirects public/
-
zola build
artifacts
:
paths
:
-
public/
...
...
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