Skip to content

Commit 5e2f483

Browse files
committed
Update ci.yml
1 parent 9daa21a commit 5e2f483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
key: ${{ github.ref }}
1919
path: .cache
20-
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
20+
- run: pip install git+https://placeholder:${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
2121
- run: mkdocs gh-deploy --force
2222
env:
2323
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)