File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ contents:
28
28
branches:
29
29
- master # (2)!
30
30
- main
31
+ permissions:
32
+ contents: write
31
33
jobs:
32
34
deploy:
33
35
runs-on: ubuntu-latest
34
36
steps:
35
- - uses: actions/checkout@v2
36
- - uses: actions/setup-python@v2
37
+ - uses: actions/checkout@v3
38
+ - uses: actions/setup-python@v4
37
39
with:
38
40
python-version: 3.x
39
41
- run: pip install mkdocs-material # (3)!
@@ -64,13 +66,15 @@ contents:
64
66
branches:
65
67
- master
66
68
- main
69
+ permissions:
70
+ contents: write
67
71
jobs:
68
72
deploy:
69
73
runs-on: ubuntu-latest
70
74
if: github.event.repository.fork == false
71
75
steps:
72
- - uses: actions/checkout@v2
73
- - uses: actions/setup-python@v2
76
+ - uses: actions/checkout@v3
77
+ - uses: actions/setup-python@v4
74
78
with:
75
79
python-version: 3.x
76
80
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
You can’t perform that action at this time.
0 commit comments