Skip to content

Commit afcc187

Browse files
committed
Dev : Docs Runner
1 parent ca10bb9 commit afcc187

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
10+
- uses: actions/checkout@v3
11+
with:
12+
token: ${{ secrets.GH_TOKEN }}
13+
- uses: actions/setup-python@v4
1214
with:
1315
python-version: 3.x
1416
- run: pip install mkdocs-material
17+
- run: git config --global user.name "GitHub Actions"
18+
- run: git config --global user.email "[email protected]"
1519
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)