Explorar o código

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

Laegel %!s(int64=4) %!d(string=hai) anos
pai
achega
2572dfbb9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/