We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dccb34 commit 961b2d0Copy full SHA for 961b2d0
.github/workflows/firmware.yaml
@@ -59,7 +59,7 @@ jobs:
59
DOWNLOAD_URL_BASE=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download
60
TARGET=`ls doc/Out/*.html`
61
TARGET=${TARGET#doc/Out/}
62
- qr ${DOWNLOAD_URL_BASE}/${RELEASE_VERSION}/${TARGET//.html/}.pdf > images/QRcode.png
+ qr ${DOWNLOAD_URL_BASE}/${RELEASE_VERSION}/${TARGET//.html/}.pdf > doc/images/QRcode.png
63
- name: Build document
64
run: |
65
make initdir apidoc
0 commit comments