mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 22:35:43 +08:00
13 lines
363 B
TOML
13 lines
363 B
TOML
[build]
|
|
publish = "docs/.vitepress/dist"
|
|
command = "bin/setup-runtime && export PATH=\"$(pwd)/bin:$PATH\" && php --version && npm run docs:build"
|
|
|
|
[context.deploy-preview]
|
|
ignore = """
|
|
curl -s -H "Authorization: token $GITHUB_PAT" \
|
|
https://api.github.com/repos/$REPOSITORY/pulls/$REVIEW_ID \
|
|
| grep -q '"documentation"' || exit 0
|
|
|
|
exit 1
|
|
"""
|