Skip to content

Commit e8cc454

Browse files
committed
Need checkout
1 parent 3683535 commit e8cc454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
if: ${{ github.event.pull_request.merged }} or ${{ github.event_name == 'workflow_dispatch' }}
1414
runs-on: ubuntu-latest
1515
steps:
16-
# - uses: actions/checkout@v4
17-
# with:
18-
# token: ${{ secrets.GH_TOKEN }}
16+
- uses: actions/checkout@v4
17+
with:
18+
token: ${{ secrets.GH_TOKEN }}
1919
- uses: ./.github/actions/python-poetry-env
2020
- name: Deploy docs
2121
run: poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)