We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a921c commit ed7f23fCopy full SHA for ed7f23f
.github/workflows/cicd.yml
@@ -86,8 +86,9 @@ jobs:
86
username: ${{ github.actor }}
87
password: ${{ secrets.GITHUB_TOKEN }}
88
89
- - name: Build docs-test
90
- run: docker run --env CI=true -v $(pwd):/docs --user $(id -u):$(id -g) --entrypoint mkdocs ghcr.io/srl-labs/mkdocs-material-insiders:$MKDOCS_MATERIAL_VER build
+ - name: Build docs
+ run: |
91
+ docker run --env CI=true --env MKDOCS_GIT_COMMITTERS_APIKEY=${{ secrets.GITHUB_TOKEN }} -v $(pwd):/docs --user $(id -u):$(id -g) --entrypoint mkdocs ghcr.io/srl-labs/mkdocs-material-insiders:$MKDOCS_MATERIAL_VER build
92
93
- name: Publish to Cloudflare Pages
94
uses: cloudflare/pages-action@v1
0 commit comments