|
@@ -109,6 +109,7 @@ jobs:
|
|
|
# the files.
|
|
|
- name: Copy tutorials to build
|
|
|
run: cp -r ./docs/modules/ROOT/resources/* ./build/site/
|
|
|
+
|
|
|
# Commit changes to the gh-pages branch. Antora requires an empty
|
|
|
# '.nojekyll' be present in the branch due to certain directories starting
|
|
|
# with an underscore. This action has an option, set by default, to add that
|
|
@@ -123,6 +124,6 @@ jobs:
|
|
|
# Commits these files to gh-pages if and only if there are changes.
|
|
|
publish_dir: ./build/site
|
|
|
# Update only changed files in gh-pages
|
|
|
- keep_files: true
|
|
|
+# keep_files: true
|
|
|
# Insert CNAME for repository.
|
|
|
cname: wiki.jmonkeyengine.org
|