2
0
Эх сурвалжийг харах

add v3.2 branch-ver master to 3.3

mitm001 5 жил өмнө
parent
commit
060d0d3750

+ 1 - 1
.github/workflows/main.yml

@@ -103,7 +103,7 @@ jobs:
         author_email: [email protected]
         message: "Commit files for CI workflow"
         # Commits these files to root if and only if there are changes.
-        add: "package-lock.json package.json"
+        add: "package-lock.json package.json ./.cache/antora/*"
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 

+ 1 - 1
docs-wiki/antora.yml

@@ -1,6 +1,6 @@
 name: docs-wiki
 title: Wiki Contribution
-version: '3.2'
+version: '3.3'
 start_page: ROOT:wiki_contributor.adoc
 nav:
 - modules/ROOT/nav.adoc

+ 1 - 1
docs/antora.yml

@@ -1,6 +1,6 @@
 name: docs
 title: JME
-version: '3.2'
+version: '3.3'
 start_page: ROOT:documentation.adoc
 nav:
 - modules/ROOT/nav.adoc

+ 2 - 2
wiki-playbook.yml

@@ -5,11 +5,11 @@ site:
   start_page: docs::documentation.adoc
 content:
   sources:
-  - url: .
+  - url: https://github.com/jMonkeyEngine/wiki.git
     branches: HEAD
     start_path: docs
   - url: https://github.com/jMonkeyEngine/wiki-ui
-    branches: HEAD
+    branches: [HEAD, v3.2]
     start_path: docs
   - url: .
     branches: HEAD