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 c0eaea1 commit cc59944Copy full SHA for cc59944
.github/workflows/test.yml
@@ -33,5 +33,5 @@ jobs:
33
34
- run: pip install -r requirements.txt
35
- run: |
36
- export ARKDOC_LOGLEVEL=DEBUG
37
- python -m arkdoc 3.1.0 std-latest/ --builtins ark-latest/src/Builtins --html out || exit 1
+ export ARKDOC_LOGLEVEL=DEBUG
+ python -m arkdoc 3.1.0 std-latest/ --builtins ark-latest/src/Builtins --html out || exit 1
0 commit comments