mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Doc: Fixed plugin doc and removed redundant CI check
This commit is contained in:
parent
3c8a8619f9
commit
74f7801f25
12
.github/scripts/run_ci.sh
vendored
12
.github/scripts/run_ci.sh
vendored
@ -114,17 +114,6 @@ if [ "$RUN_TESTS" == "1" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# =============================================================================
|
|
||||||
# Check that the website builder can run without errors
|
|
||||||
# =============================================================================
|
|
||||||
|
|
||||||
if [ "$RUN_TESTS" == "1" ]; then
|
|
||||||
if [ "$IS_LINUX" == "1" ]; then
|
|
||||||
echo "Step: Running website builder..."
|
|
||||||
node packages/tools/website/processDocs.js --env dev
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# Run linter for pull requests only. We also don't want this to make the desktop
|
# Run linter for pull requests only. We also don't want this to make the desktop
|
||||||
# release randomly fail.
|
# release randomly fail.
|
||||||
@ -210,6 +199,7 @@ if [ "$RUN_TESTS" == "1" ]; then
|
|||||||
echo "Step: Check that the website still builds..."
|
echo "Step: Check that the website still builds..."
|
||||||
|
|
||||||
mkdir -p ../joplin-website/docs
|
mkdir -p ../joplin-website/docs
|
||||||
|
ll ../joplin-website/docs/api/references/plugin_api
|
||||||
SKIP_SPONSOR_PROCESSING=1 yarn run buildWebsite
|
SKIP_SPONSOR_PROCESSING=1 yarn run buildWebsite
|
||||||
testResult=$?
|
testResult=$?
|
||||||
if [ $testResult -ne 0 ]; then
|
if [ $testResult -ne 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user