File tree Expand file tree Collapse file tree 4 files changed +20
-20
lines changed
Expand file tree Collapse file tree 4 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11name : Build website PR
22
33on :
4- pull_request :
5- branches :
6- - " main"
7- types :
8- - closed
4+ # pull_request:
5+ # branches:
6+ # - "main"
7+ # types:
8+ # - closed
99
1010concurrency :
1111 group : " builders"
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: Build website
33on :
44 workflow_dispatch :
55
6- push :
7- branches :
8- - ' main'
9- paths :
10- - ' ./templates/**'
6+ # push:
7+ # branches:
8+ # - 'main'
9+ # paths:
10+ # - './templates/**'
1111
1212concurrency :
1313 group : " builders"
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ name: Deploy static content to Pages
33
44on :
55 # Runs on pushes targeting the default branch
6- # push:
7- # branches: ["main"]
6+ push :
7+ branches : ["main"]
88
99 # Allows you to run this workflow manually from the Actions tab
1010 workflow_dispatch :
1111
12- workflow_run :
13- workflows :
14- - Build website
15- - Build website PR
16- types :
17- - completed
12+ # workflow_run:
13+ # workflows:
14+ # - Build website
15+ # - Build website PR
16+ # types:
17+ # - completed
1818
1919# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2020permissions :
Original file line number Diff line number Diff line change 2525 # render the templates
2626 template = env .get_template (page )
2727 output = template .render (
28- version = "v0.5.0 -beta" ,
29- n_supported_devices = 73 ,
28+ version = "v0.5.1 -beta" ,
29+ n_supported_devices = 81 ,
3030 )
3131
3232 # write to file
You can’t perform that action at this time.
0 commit comments