Skip to content

Commit e991fcf

Browse files
committed
(build) enable docs publishing manual trigger
1 parent 55518dc commit e991fcf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
1618
steps:
1719
- uses: actions/checkout@v2
1820
with:

0 commit comments

Comments
 (0)