Skip to content

feat: initial verify badge example with widget demo, SVG badge, and G… #1

feat: initial verify badge example with widget demo, SVG badge, and G…

feat: initial verify badge example with widget demo, SVG badge, and G… #1

name: Deploy Badge Site
on:
push:
branches: [main]
paths:
- 'docs/**'
permissions:
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: false
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/upload-pages-artifact@v3
with:
path: docs
- id: deployment
uses: actions/deploy-pages@v4