Skip to content

feat: support timezone in frontmatter date field #110

feat: support timezone in frontmatter date field

feat: support timezone in frontmatter date field #110

Workflow file for this run

name: codeberg-mirror
on:
push:
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: "Mirror to Codeberg"
uses: yesolutions/mirror-action@v0.7.0
with:
REMOTE: "ssh://git@codeberg.org/veeso/blogatto.git"
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"