Skip to content

Commit dbc4912

Browse files
committed
supress ext rss output
1 parent afb0160 commit dbc4912

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/page.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
env:
22-
HUGO_VERSION: 0.155.0
22+
HUGO_VERSION: 0.157.0
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

hugo.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ outputs:
100100
- RSS
101101
- print
102102

103+
# Disable RSS for ext section (465 extension pages make index.xml exceed 25MB)
104+
cascade:
105+
- _target:
106+
path: /ext/**
107+
outputs:
108+
- HTML
109+
103110
#=======================================#
104111
# Site Params
105112
#=======================================#

0 commit comments

Comments
 (0)