Browse Source

Update mkdocs.yml

Xiaomeng Zhao 4 tháng trước cách đây
mục cha
commit
18b754aa06
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/mkdocs.yml

+ 2 - 2
.github/workflows/mkdocs.yml

@@ -13,10 +13,10 @@ jobs:
       - name: Checkout master
         uses: actions/checkout@v4
         with:
-          ref: master
+          ref: dev
       - name: Deploy docs
         uses: mhausenblas/mkdocs-deploy-gh-pages@master
         # Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
         env:
-          PERSONAL_TOKEN: ${{ secrets.MINERU_DOCS }}
+          PERSONAL_TOKEN: ${{ secrets.RELEASE_TOKEN }}
           REQUIREMENTS: /docs/requirements.txt