File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
- # Sample workflow for building and deploying a Jekyll site to GitHub Pages
2
- name : Deploy Jekyll with GitHub Pages dependencies preinstalled
1
+ name : Reports on GitHub Pages
3
2
4
3
on :
5
- # Runs on pushes targeting the default branch
6
4
push :
7
5
branches : ["main"]
8
6
paths :
9
- - ' docs/**'
7
+ - " docs/**"
10
8
11
- # Allows you to run this workflow manually from the Actions tab
12
9
workflow_dispatch :
13
10
14
11
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -24,7 +21,6 @@ concurrency:
24
21
cancel-in-progress : false
25
22
26
23
jobs :
27
- # Build job
28
24
build :
29
25
runs-on : ubuntu-latest
30
26
steps :
42
38
- name : Upload artifact
43
39
uses : actions/upload-pages-artifact@v3
44
40
45
- # Deployment job
46
41
deploy :
47
42
environment :
48
43
name : github-pages
You can’t perform that action at this time.
0 commit comments