Skip to content

Commit 3987209

Browse files
authored
CI: fix path to target dir (#361)
1 parent ba0f1bd commit 3987209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
cargo +nightly rustdoc \
200200
--features chrono,embedded-time,rt,stm32wl5x_cm4 \
201201
-- -Z unstable-options --enable-index-page
202-
chmod -R 777 target
202+
chmod -R 777 ../target
203203
- name: Upload artifact
204204
uses: actions/upload-pages-artifact@v2
205205
with:

0 commit comments

Comments
 (0)