Skip to content

Commit 2941808

Browse files
committed
fix: add workflow_dispatch trigger and fix badge URL to auths-dev.github.io
1 parent a7cdac5 commit 2941808

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-badge-site.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [main]
55
paths:
66
- 'docs/**'
7+
workflow_dispatch:
78

89
permissions:
910
pages: write

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example demonstrates how to add a "Verified by Auths" badge and verificatio
44

55
## Verification Status
66

7-
[![Commits Verified by Auths](docs/badge.svg)](https://your-org.github.io/example-verify-badge/)
7+
[![Commits Verified by Auths](docs/badge.svg)](https://auths-dev.github.io/example-verify-badge/)
88

99
## Quick Start
1010

0 commit comments

Comments
 (0)