We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbfa41 commit 0dd9a64Copy full SHA for 0dd9a64
1 file changed
.github/workflows/doc-build.yml
@@ -119,10 +119,10 @@ jobs:
119
OUTDIR=doc/build/html
120
ARCHIVE="addon-serial_modem_$VERSION.zip"
121
122
- cp custom.properties "$OUTDIR/custom.properties"
+ cp doc/custom.properties "$OUTDIR/custom.properties"
123
sed -i 's/__VERSION__/'"$VERSION"'/g' "$OUTDIR/custom.properties"
124
125
- cp tags.yml "$OUTDIR/tags.yml"
+ cp doc/tags.yml "$OUTDIR/tags.yml"
126
sed -i 's/__VERSION__/'"$VERSION"'/g' "$OUTDIR/tags.yml"
127
128
pushd "$OUTDIR"
0 commit comments