Commit 437063ec4c87b45d57f8e8518b01c21d55a48229 Parent: a6171632c7bed6c70d9cf875f50cbd7d32e1e800 Author: mcol <mcol@posteo.net> Date: 2021-12-04 17:29:10 +0300 Committer: mcol <mcol@posteo.net> Committed: 2021-12-04 17:29:10 +0300 Disable github-pages-deploy-action option "clean" This makes files in the docs deployment that start with "." get removed. These can be imported e.g. if they are generated HTML files for hidden files in the repository.
.github/workflows/ci.yaml Modified
@@ -48,3 +48,4 @@ with: branch: gh-pages folder: output + clean: false