We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9806225 commit 83b7587Copy full SHA for 83b7587
1 file changed
.github/workflows/integration-test.yml
@@ -168,6 +168,7 @@ jobs:
168
find . -type f -name "*.rst" -exec bash -c 'mv "$0" "${0%.rst}.txt"' {} \;
169
cd ..
170
rm -rf documentation
171
+ ./occ files:scan --all
172
173
- name: Setup python 3.11
174
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
0 commit comments