We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5101621 commit 5bbcdbdCopy full SHA for 5bbcdbd
1 file changed
.github/workflows/ci.yml
@@ -1,7 +1,8 @@
1
-name: ci
+name: ci
2
on:
3
push:
4
branches:
5
+ - master
6
- main
7
permissions:
8
contents: write
@@ -12,12 +13,10 @@ jobs:
12
13
- uses: actions/checkout@v3
14
- uses: actions/setup-python@v4
15
with:
- python-version: 3.9
16
+ python-version: 3.x
17
- uses: actions/cache@v2
18
19
key: ${{ github.ref }}
20
path: .cache
- - 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 }}
+ - run: pip install mkdocs-material
+ - run: mkdocs gh-deploy --force
0 commit comments