Skip to content

Merge branch '__rultor' #34

Merge branch '__rultor'

Merge branch '__rultor' #34

Workflow file for this run

---
name: loc-badge
on:
push:
branches:
- master
concurrency:
group: loc-badge-${{ github.ref }}
cancel-in-progress: true
jobs:
loc-badge:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: shadowmoose/[email protected]
with:
debug: true
directory: .
badge: target/loc-badge.svg
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: target
clean: false
if: github.ref == 'refs/heads/master'