ci: prevent docs from being overwritten

This commit is contained in:
Anand Balakrishnan 2023-10-13 15:44:16 -07:00
parent 9ccf4ec320
commit 31845b61ea

View file

@ -110,3 +110,4 @@ jobs:
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _site/ publish_dir: _site/
keep_files: true