Prechádzať zdrojové kódy

update only changed files

mitm001 5 rokov pred
rodič
commit
21d623da25
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      .github/workflows/main.yml

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

@@ -117,5 +117,7 @@ jobs:
         github_token: ${{ secrets.GITHUB_TOKEN }}
         github_token: ${{ secrets.GITHUB_TOKEN }}
         # Commits these files to gh-pages if and only if there are changes.
         # Commits these files to gh-pages if and only if there are changes.
         publish_dir: ./build/site
         publish_dir: ./build/site
+        # Update only changed files in gh-pages
+        keep_files: true
         # Insert CNAME for repository.
         # Insert CNAME for repository.
         cname: wiki.jmonkeyengine.org
         cname: wiki.jmonkeyengine.org