Skip to content

Commit b4e52f7

Browse files
workflow - update instruction
1 parent fe07354 commit b4e52f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/autogen-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
echo "Undoing script file chmod"
3535
chmod -x ./GenerateDocs.sh
36-
- name: Get list of remote branches
36+
- name: Get if autogen-docs branch exists
3737
run: |
3838
echo "Getting list that includes remote branches"
3939
git config user.name github-actions

generate-docs/GenerateDocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ -e "build-errors.txt" ]; then
1515
rm build-errors.txt
1616
fi
1717

18-
exec > >(tee -a build-log.txt) 2> >(tee -a build-errors.txt >&2)
18+
#exec > >(tee -a build-log.txt) 2> >(tee -a build-errors.txt >&2)
1919

2020
if [ -d "node_modules" ]; then
2121
rm -rf "node_modules"

0 commit comments

Comments
 (0)