Parcourir la source

Update mkdocs.yml

Xiaomeng Zhao il y a 4 mois
Parent
commit
18b754aa06
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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