Преглед на файлове

add v3.2 branch and ver master to 3.3

mitm001 преди 5 години
родител
ревизия
a87985582f
променени са 4 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      docs-wiki/antora.yml
  3. 1 1
      docs/antora.yml
  4. 3 3
      wiki-playbook.yml

+ 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

+ 3 - 3
wiki-playbook.yml

@@ -5,8 +5,8 @@ site:
   start_page: docs::documentation.adoc
 content:
   sources:
-  - url: .
-    branches: HEAD
+  - url: https://github.com/jMonkeyEngine/wiki.git
+    branches: [HEAD, v3.2]
     start_path: docs
   - url: https://github.com/jMonkeyEngine/wiki-ui
     branches: HEAD
@@ -19,7 +19,7 @@ ui:
     url: https://github.com/jMonkeyEngine/wiki-ui/releases/latest/download/ui-bundle.zip
     # Required when using cache or fetch will not update ui.
     snapshot: true
-  supplemental_files: ./supplemental-ui    
+  supplemental_files: ./supplemental-ui
 asciidoc:
   # Some built-in AsciiDoc attributes are not applicable in the Antora
   # environment. These attributes include data-uri, allow-uri-read, docinfo,