Bläddra i källkod

fix prepare to add missing branch

mitm001 5 år sedan
förälder
incheckning
836c0c9c7c
4 ändrade filer med 5 tillägg och 5 borttagningar
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      docs-wiki/antora.yml
  3. 1 1
      docs/antora.yml
  4. 2 2
      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  ./.cache/antora/*"
+        add: "package-lock.json package.json"
       env:
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 

+ 1 - 1
docs-wiki/antora.yml

@@ -1,6 +1,6 @@
 name: docs-wiki
 title: Wiki Contribution
-version: '3.3'
+version: '3.2'
 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.3'
+version: '3.2'
 start_page: ROOT:documentation.adoc
 nav:
 - modules/ROOT/nav.adoc

+ 2 - 2
wiki-playbook.yml

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