File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on : pull_request
3
3
4
+ permissions :
5
+ actions : write
6
+ checks : write
7
+ contents : write
8
+ deployments : write
9
+ id-token : write
10
+ issues : write
11
+ metadata : read
12
+ packages : write
13
+ pages : write
14
+ pul : write
15
+ repositor : write
16
+ securit : write
17
+ statuses : write
18
+
19
+
4
20
jobs :
5
21
ci :
6
22
strategy :
39
55
DEEPSOURCE_DSN : ${{ secrets.DEEPSOURCE_DSN }}
40
56
BADGE_PATH : test-coverage.svg
41
57
58
+ - name : Setup Pages
59
+ uses : actions/configure-pages@v2
60
+
61
+ - name : Upload artifact
62
+ uses : actions/upload-pages-artifact@v1
63
+ with :
64
+ # Upload entire repository
65
+ path : ' htmlcov'
66
+
67
+ - name : Deploy to GitHub Pages
68
+ id : deployment
69
+ uses : actions/deploy-pages@v1
70
+
42
71
- name : Deploy Coverage Report to Pages
43
72
if : success()
44
73
uses : crazy-max/ghaction-github-pages@v2
You can’t perform that action at this time.
0 commit comments