Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Website
poul.org
Commits
0aa7b58a
Verified
Commit
0aa7b58a
authored
Oct 17, 2019
by
Davide Depau
Browse files
Add mailinglist page symlink so old link isn't broken
parent
c2a8ca80
Pipeline
#136
failed with stage
in 2 minutes and 2 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0aa7b58a
...
...
@@ -18,6 +18,7 @@ before_script:
-
jekyll build -d public
-
./scripts/purgecss.sh public
-
./scripts/minifycssjs.sh public
-
./scripts/add_mailinglist_symlink.sh public
deploy-prod
:
stage
:
deploy
...
...
scripts/add_mailinglist_symlink.sh
0 → 100644
View file @
0aa7b58a
#!/bin/bash
sitedir
=
"
$1
"
ln
-sf
faq_mailinglist/index.html
"
$sitedir
/site/faq_mailinglist.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