Skip to content

Commit a09f4fe

Browse files
divipillaitrantanen
authored andcommitted
doc: Minor fixes to publishing workflow
Minor fixes to publishing workflow Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent b047ba3 commit a09f4fe

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/doc-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,17 @@ jobs:
1919
- name: Download artifacts
2020
uses: dawidd6/action-download-artifact@bf251b5aa9c2f7eeb574a96ee720e24f801b7c11 # v6
2121
with:
22-
workflow: doc_build.yml
22+
workflow: doc-build.yml
2323
run_id: ${{ github.event.workflow_run.id }}
24+
name: docs
25+
path: doc
2426

2527
- name: Unzip html archive
2628
working-directory: doc
2729
run: |
2830
OUTDIR=$(awk 'NR==1 { if ($3 ~ /^(latest|PR-[0-9]+|[0-9]+\.[0-9a-zA-Z\.\-]+)$/) print $3 }' monitor_*.txt)
2931
echo "OUTDIR=$OUTDIR" >> "$GITHUB_ENV"
30-
unzip legacy-addon-serial-modem*.zip -d $OUTDIR
32+
unzip legacy-addon-serial-modem*.zip -d "$OUTDIR"
3133
find "$OUTDIR" -type l -delete
3234
3335
- name: Prepare Key

0 commit comments

Comments
 (0)