File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 if [[ -f pr.txt ]]; then mv pr.txt "$PUBLISH"; fi
122122
123123 - name : Unzip html archive
124- working-directory : docs
124+ working-directory : doc
125125 run : |
126126 OUTDIR=$(awk 'NR==1 { if ($3 ~ /^(latest|PR-[0-9]+|[0-9]+\.[0-9a-zA-Z\.\-]+)$/) print $3 }' monitor_*.txt)
127127 echo "OUTDIR=$OUTDIR" >> "$GITHUB_ENV"
@@ -130,15 +130,15 @@ jobs:
130130
131131 - name : Obtain PR number
132132 if : ${{ github.event.workflow_run.event == 'pull_request' }}
133- working-directory : docs
133+ working-directory : doc
134134 run : |
135135 if [ -f pr.txt ]; then
136136 PR=$(head -n 1 pr.txt | tr -cd '0-9')
137137 fi
138138 printf 'PR=%s\n' "$PR" >> "$GITHUB_ENV"
139139
140140 - name : Upload to Azure storage
141- working-directory : docs
141+ working-directory : doc
142142 env :
143143 AZCOPY_CONCURRENCY_VALUE : 1024
144144 NCS_DOC_SAS_PRS : ${{ secrets.NCS_DOC_SAS_PRS }}
You can’t perform that action at this time.
0 commit comments