Skip to content

Commit 1441082

Browse files
committed
[FIX] typos in the document generator
1 parent d660b4f commit 1441082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/document_generator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
else
194194
echo "No Makefile found, not generating anything"
195195
fi
196-
cd $CWDxs
196+
cd $CWD
197197
else
198198
echo "No latex folder found, not generating anything"
199199
fi
@@ -294,7 +294,7 @@ jobs:
294294

295295
- name: Get generated documentation
296296
id: html-cache-restore
297-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/')
297+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main')
298298
uses: actions/cache@v4
299299
with:
300300
key: ${{ env.CACHE_KEY_CLEANED }}

0 commit comments

Comments
 (0)