We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9daa21a commit 5e2f483Copy full SHA for 5e2f483
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
key: ${{ github.ref }}
19
path: .cache
20
- - run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
+ - run: pip install git+https://placeholder:${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
21
- run: mkdocs gh-deploy --force
22
env:
23
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments