소스 검색

fix: update rust docs PR needs a path (#742)

It is being checked out in a subdir, so we need to give the PR a path to it.
Jacob Bolda 5 년 전
부모
커밋
07b7d3179a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/update-docs.yml

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

@@ -46,6 +46,7 @@ jobs:
           token: ${{ secrets.GITHUB_TOKEN }}
           commit-message: "chore(docs): Update Rust docs"
           branch: docs/release
+          path: tauri-docs
           title: Update Docs
           labels: "new release"
           body: |