File tree Expand file tree Collapse file tree 5 files changed +15
-9
lines changed Expand file tree Collapse file tree 5 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 deploy :
1111 runs-on : ubuntu-22.04
12+ concurrency :
13+ group : ${{ github.workflow }}-${{ github.ref }}
1214 steps :
13- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1416 with :
1517 submodules : true # Fetch Hugo themes (true OR recursive)
1618 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
1719
1820 - name : Setup Hugo
1921 uses : peaceiris/actions-hugo@v2
2022 with :
21- hugo-version : ' latest '
23+ hugo-version : ' 0.119.0 '
2224 extended : true
2325
2426 - name : Build
Original file line number Diff line number Diff line change 77 - name : Events
88 identifier : events
99 weight : 10
10+ - name : ACM REP 2025
11+ parent : events
12+ url : https://acm-rep.github.io/2025
13+ weight : 10
1014 - name : ACM REP 2024
1115 parent : events
1216 url : https://acm-rep.github.io/2024
13- weight : 10
17+ weight : 20
1418 - name : ACM REP 2023
1519 parent : events
1620 url : https://acm-rep.github.io/2023
17- weight : 20
21+ weight : 30
1822 - name : History
1923 parent : events
2024 url : history
21- weight : 20
25+ weight : 40
2226 - name : Blog
2327 url : " #blog"
2428 weight : 15
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ title: "ACM REP"
1010hero_media : " acm.png"
1111
1212cta :
13- url : " https://acm-rep.github.io/2024 "
14- label : " ACM REP 2024 →"
13+ url : " https://acm-rep.github.io/2025 "
14+ label : " ACM REP 2025 →"
1515
1616# hero_media: welcome.jpg
1717design :
Original file line number Diff line number Diff line change 55require (
66 github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect
77 github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect
8- github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.6.0 // indirect
8+ github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.7.1-0.20230418194707-ca2775cd57a2 // indirect
99)
Original file line number Diff line number Diff line change 33 publish = " public"
44
55[build .environment ]
6- HUGO_VERSION = " 0.97.3 "
6+ HUGO_VERSION = " 0.119.0 "
77 HUGO_ENABLEGITINFO = " true"
88
99[context .production .environment ]
You can’t perform that action at this time.
0 commit comments