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: