Merge pull request #3062 from h1alexbel/3040 #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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' |