فهرست منبع

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

Jorrit Rouwe 2 سال پیش
والد
کامیت
b93e72efd7
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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