We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3683535 commit e8cc454Copy full SHA for e8cc454
.github/workflows/build_docs.yml
@@ -13,9 +13,9 @@ jobs:
13
if: ${{ github.event.pull_request.merged }} or ${{ github.event_name == 'workflow_dispatch' }}
14
runs-on: ubuntu-latest
15
steps:
16
- # - uses: actions/checkout@v4
17
- # with:
18
- # token: ${{ secrets.GH_TOKEN }}
+ - uses: actions/checkout@v4
+ with:
+ token: ${{ secrets.GH_TOKEN }}
19
- uses: ./.github/actions/python-poetry-env
20
- name: Deploy docs
21
run: poetry run mkdocs gh-deploy --force
0 commit comments