Skip to content

Commit 6bb08ab

Browse files
committed
👷 docs ci
1 parent df645eb commit 6bb08ab

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/docs-run.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14+
with:
15+
token: ${{ secrets.CUSTOM_GH_TOKEN }}
16+
env:
17+
GIT_USER: smashah
18+
GIT_PASS: ${{ secrets.CUSTOM_GH_TOKEN }}
1419
- run: npm ci
1520
- run: npm run build
1621
- run: npm i
17-
- run: npm run docs
18-
env:
19-
GIT_USER: smashah
20-
GIT_PASS: ${{ secrets.CUSTOM_GH_TOKEN }}
22+
- run: npm run docs

0 commit comments

Comments
 (0)