Skip to content

Commit 961b2d0

Browse files
committed
build document - gha challenge
1 parent 0dccb34 commit 961b2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firmware.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
DOWNLOAD_URL_BASE=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download
6060
TARGET=`ls doc/Out/*.html`
6161
TARGET=${TARGET#doc/Out/}
62-
qr ${DOWNLOAD_URL_BASE}/${RELEASE_VERSION}/${TARGET//.html/}.pdf > images/QRcode.png
62+
qr ${DOWNLOAD_URL_BASE}/${RELEASE_VERSION}/${TARGET//.html/}.pdf > doc/images/QRcode.png
6363
- name: Build document
6464
run: |
6565
make initdir apidoc

0 commit comments

Comments
 (0)