From 5795374dc95f7c18be61f984b0d4eb205999c7d6 Mon Sep 17 00:00:00 2001 From: Jan Wildeboer Date: Mon, 8 Aug 2022 15:09:23 +0200 Subject: [PATCH] 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 Reviewed-on: https://codeberg.org/Codeberg-CI/examples/pulls/7 Co-authored-by: Jan Wildeboer Co-committed-by: Jan Wildeboer --- Jekyll/{cpages.yml => jekyll.yml} | 6 ++++-- README.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) rename Jekyll/{cpages.yml => jekyll.yml} (88%) diff --git a/Jekyll/cpages.yml b/Jekyll/jekyll.yml similarity index 88% rename from Jekyll/cpages.yml rename to Jekyll/jekyll.yml index 6c135fb..bed5d2d 100644 --- a/Jekyll/cpages.yml +++ b/Jekyll/jekyll.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 7b05062..1d4cc56 100644 --- a/README.md +++ b/README.md @@ -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: