We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458885d commit 30560d2Copy full SHA for 30560d2
.github/workflows/docs.yml
@@ -106,6 +106,7 @@ jobs:
106
env:
107
RUSTC_WRAPPER: sccache
108
CARGO_TARGET_X86_64_PC_WINDOWS_MSVC_LINKER: lld-link.exe
109
+ CARGO_TARGET_DIR: target\docs
110
steps:
111
- name: "Checkout sources"
112
uses: actions/checkout@master
@@ -171,7 +172,7 @@ jobs:
171
172
fail_on_unmatched_files: true
173
draft: true
174
files: |
- ${{ env.PROJECT_NAME }}*
175
+ target\docs\${{ env.PROJECT_NAME }}*
176
name: "[${{ github.ref_name }} Docs]"
177
body: ${{ env.DOCS_BODY }}
178
target_commitish: ${{ github.sha }}
0 commit comments