Ver Fonte

update-docs workflow was using an old rustdocusaurus version (#1821)

Laegel há 4 anos atrás
pai
commit
2572dfbb9f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/update-docs.yml

+ 1 - 1
.github/workflows/update-docs.yml

@@ -37,7 +37,7 @@ jobs:
         working-directory: ./tauri/core/tauri
         run: cargo doc --no-deps
       - name: run rustdocusaurus
-        uses: tauri-apps/rustdocusaurus/github-action@v1
+        uses: tauri-apps/rustdocusaurus/github-action@v1.0.3
         with:
           originPath: ./tauri/target/doc/
           targetPath: ./tauri-docs/docs/en/api/rust/