mitm001 5 年 前
コミット
e28a8bc07e
1 ファイル変更2 行追加1 行削除
  1. 2 1
      .github/workflows/main.yml

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

@@ -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