Skip to content

Merging to release-5.6: Update 5.0.15 (#5670) #1368

Merging to release-5.6: Update 5.0.15 (#5670)

Merging to release-5.6: Update 5.0.15 (#5670) #1368

name: Stable branch update
on:
push:
branches:
- release-5.6
jobs:
stable:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/release-5.6'
steps:
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Update branch
run: |
git checkout -b stable
git push origin -f stable