Skip to content

Commit 6b38f58

Browse files
committed
Bugfixes
1 parent ffde53f commit 6b38f58

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions-ext/yardang@main
14+
with:
15+
token: ${{ secrets.GITHUB_TOKEN }}

docs/src/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions-ext/yardang@main
46+
with:
47+
token: ${{ secrets.GITHUB_TOKEN }}
48+
4649
```

0 commit comments

Comments
 (0)