We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe07354 commit b4e52f7Copy full SHA for b4e52f7
.github/workflows/autogen-docs.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
echo "Undoing script file chmod"
35
chmod -x ./GenerateDocs.sh
36
- - name: Get list of remote branches
+ - name: Get if autogen-docs branch exists
37
38
echo "Getting list that includes remote branches"
39
git config user.name github-actions
generate-docs/GenerateDocs.sh
@@ -15,7 +15,7 @@ if [ -e "build-errors.txt" ]; then
15
rm build-errors.txt
16
fi
17
18
-exec > >(tee -a build-log.txt) 2> >(tee -a build-errors.txt >&2)
+#exec > >(tee -a build-log.txt) 2> >(tee -a build-errors.txt >&2)
19
20
if [ -d "node_modules" ]; then
21
rm -rf "node_modules"
0 commit comments