Skip to content

Commit 30560d2

Browse files
committed
ci: update docs
1 parent 458885d commit 30560d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
env:
107107
RUSTC_WRAPPER: sccache
108108
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: lld-link.exe
109+
CARGO_TARGET_DIR: target\docs
109110
steps:
110111
- name: "Checkout sources"
111112
uses: actions/checkout@master
@@ -171,7 +172,7 @@ jobs:
171172
fail_on_unmatched_files: true
172173
draft: true
173174
files: |
174-
${{ env.PROJECT_NAME }}*
175+
target\docs\${{ env.PROJECT_NAME }}*
175176
name: "[${{ github.ref_name }} Docs]"
176177
body: ${{ env.DOCS_BODY }}
177178
target_commitish: ${{ github.sha }}

0 commit comments

Comments
 (0)