2
0
mitm001 5 жил өмнө
parent
commit
c9bdbe16ed

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

@@ -21,7 +21,7 @@ name: Build Docs
 
 on:
   push:
-    branches: [ antora-setup ]
+    branches: [ master ]
   # Initiate a build to pull in the wiki-ui repository changes.
   repository_dispatch:
     types: [wiki-ui-build]
@@ -42,7 +42,6 @@ jobs:
     - name: Clone the repo
       uses: actions/checkout@v2
       with:
-        ref: antora-setup
         # Number of commits to fetch. 0 indicates all history.
         fetch-depth: 1
 

+ 1 - 1
jmedocs-playbook.yml

@@ -6,7 +6,7 @@ site:
 content:
   sources:
   - url: .
-    branches: [antora-setup]
+    branches: HEAD
     start_path: docs
   - url: https://github.com/jMonkeyEngine/wiki-ui
     branches: HEAD