Skip to content

Commit

Permalink
hoc badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 5, 2024
1 parent 007be10 commit 6f853e7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/hoc-badge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: hoc-badge
on:
push:
branches:
- master
concurrency:
group: hoc-badge-${{ github.ref }}
cancel-in-progress: true
jobs:
hoc-badge:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: MikhailEpatko/hits-of-code-badge@main
with:
output_dir: gh-pages
filename: hoc-badge.svg
- uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
folder: gh-pages
clean: false
if: github.ref == 'refs/heads/master'

0 comments on commit 6f853e7

Please sign in to comment.