Commit b91213c
authored
update check_docs.sh to support ADDITIONAL_DOCC_ARGUMENTS (#299)
In version 0.0.11, the ADDITIONAL_DOCC_ARGUMENTS environment variable is
supported by the check-docs.sh script. Version 0.0.12 modified the
check-docs.sh was updated in version 0.0.12 to not depend on the
environment variable. However, this caused a regression for worlflows
that were still using 0.0.11 as the defined environment variable was no
longer being used.
Update the check-docs.sh script to default the additional_docc_argument
to the environment variable.1 parent 380ada5 commit b91213c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments