Browse Source

Do not keep history of gh-pages to avoid repository bloat

Jorrit Rouwe 1 year ago
parent
commit
b93e72efd7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/doxygen.yml

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

@@ -22,4 +22,5 @@ jobs:
       uses: peaceiris/actions-gh-pages@v3
       with:
         github_token: ${{ secrets.GITHUB_TOKEN }}
-        publish_dir: ./Build/Doxygen
+        publish_dir: ./Build/Doxygen
+        force_orphan: true