Skip to content

Commit 1cc8e78

Browse files
committed
debugging #4
1 parent a478259 commit 1cc8e78

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/doc-build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)