Преглед на файлове

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

Laegel преди 4 години
родител
ревизия
2572dfbb9f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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/