Skip to content

Commit 5bbcdbd

Browse files
committed
Update ci.yml
1 parent 5101621 commit 5bbcdbd

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
name: ci
1+
name: ci
22
on:
33
push:
44
branches:
5+
- master
56
- main
67
permissions:
78
contents: write
@@ -12,12 +13,10 @@ jobs:
1213
- uses: actions/checkout@v3
1314
- uses: actions/setup-python@v4
1415
with:
15-
python-version: 3.9
16+
python-version: 3.x
1617
- uses: actions/cache@v2
1718
with:
1819
key: ${{ github.ref }}
1920
path: .cache
20-
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
21-
- run: mkdocs gh-deploy --force
22-
env:
23-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
21+
- run: pip install mkdocs-material
22+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)