hugo-theme-readable

Fork of https://github.com/cjtheham/hugo-theme-readable
git clone https://git.eamoncaddigan.net/hugo-theme-readable.git
Log | Files | Refs | README | LICENSE

.update-readable-css.yml (499B)


      1 when:
      2   - event: manual
      3   - event: cron
      4     cron: every_night
      5 
      6 steps:
      7   update-readable-css:
      8     image: golang:latest
      9     environment:
     10       CB_TOKEN:
     11         from_secret: cb_token
     12       PULL_REQUEST_BRANCH: update-readable-css
     13     commands:
     14       # This docker image comes with git and curl, but we still need to install
     15       # jq.
     16       - apt-get update
     17       - apt-get install -y jq
     18 
     19       - .woodpecker/scripts/update-readable-css.sh
     20       - .woodpecker/scripts/create-codeberg-pull-request.sh