docs(ci): build new docs
All checks were successful
Deploy Sphinx Docs / build-and-deploy (push) Successful in 1m58s
All checks were successful
Deploy Sphinx Docs / build-and-deploy (push) Successful in 1m58s
This commit is contained in:
@@ -36,12 +36,14 @@ jobs:
|
||||
|
||||
- name: Remove note i18n for local test
|
||||
run: |
|
||||
cd docs
|
||||
FILE="source/index.rst"
|
||||
if [ ! -f "$FILE" ]; then
|
||||
echo "ERROR: $FILE not found!"
|
||||
exit 1
|
||||
fi
|
||||
perl -0777 -i -pe 's/\.\. note::\s+\|NOTE_I18N\|\n//g' source/index.rst
|
||||
cd ..
|
||||
|
||||
- name: Build Sphinx Documentation
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user