mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-08 19:35:00 -04:00
Jekyll cleanup/update (#7)
I forgot to add the Jekyll line to the README, now fixed. I also added a command substituion, so commit message has date and time. Co-authored-by: Jan Wildeboer <jan@wildeboer.net> Reviewed-on: https://codeberg.org/Codeberg-CI/examples/pulls/7 Co-authored-by: Jan Wildeboer <jwildeboer@noreply.codeberg.org> Co-committed-by: Jan Wildeboer <jwildeboer@noreply.codeberg.org>
This commit is contained in:
parent
ed05614e1d
commit
5795374dc9
@ -1,4 +1,6 @@
|
||||
# cpages.yml
|
||||
# Jekyll on Woodpecker to codeberg pages
|
||||
#
|
||||
# This file would typically be .woodpecker.yml in the root of your repository.
|
||||
#
|
||||
# Takes a repository with jekyll source, generates the static site and
|
||||
# pushes the result to codeberg pages
|
||||
@ -45,5 +47,5 @@ pipeline:
|
||||
# Push to target
|
||||
- cd _site
|
||||
- git add --all
|
||||
- git commit -m "Woodpecker CI Jekyll Build"
|
||||
- git commit -m "Woodpecker CI Jekyll Build at $( env TZ=Europe/Berlin date +"%Y-%m-%d %X %Z" )"
|
||||
- git push
|
@ -10,6 +10,7 @@ Pull requests are accepted/welcome.
|
||||
| [C/make.yml](C/make.yml) | C | Make | Simple ci for building a Make based C project |
|
||||
| [golang/build.yml](golang/build.yml) | golang | golang | Simple ci for building and test a Go project |
|
||||
| [golang/build-docker.yml](golang/build-docker.yml) | golang | golang / kaniko | CI to build golang project and build various docker container and publish them on DockerHub |
|
||||
| [Jekyll/jekyll.yml](Jekyll/jekyll.yml) | Markdown | Jekyll | CI step to build static website files and publish them to Codeberg Pages using Jekyll |
|
||||
| [Hugo/hugo.yml](Hugo/hugo.yml) | Markdown | Hugo | CI step to build static website files and publish them to Codeberg Pages with Hugo |
|
||||
|
||||
# More:
|
||||
|
Loading…
x
Reference in New Issue
Block a user