We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5df636b + e8cc454 commit c6013caCopy full SHA for c6013ca
.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