Skip to content

Commit cf417b4

Browse files
authored
Pin Antora to 3.1.10 to fix deploy regression (#4155)
Antora 3.1.15 (published May 26) breaks remote content fetching, causing the deploy workflow to produce zero output. Pin to the known-working 3.1.10 release.
1 parent e0d596e commit cf417b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"liquidjs": ">=10.25.7"
3535
},
3636
"devDependencies": {
37-
"@antora/cli": "^3.1.10",
38-
"@antora/site-generator-default": "^3.1.10",
37+
"@antora/cli": "3.1.10",
38+
"@antora/site-generator-default": "3.1.10",
3939
"@tinymce/antora-extension-livedemos": "^0.1.0",
4040
"@tinymce/moxiedoc": "^0.3.0",
4141
"dom-to-semantic-markdown": "^1.5.0",

0 commit comments

Comments
 (0)