czlonkowski--n8n-mcp
409e92d6ae
Build and Push Docker Images / Build Docker Image (push) Has been cancelled
Build and Push Docker Images / Build Railway Docker Image (push) Has been cancelled
Build and Publish n8n Docker Image / test-image (push) Has been cancelled
Dependency Compatibility Check / Fresh Install Dependency Check (push) Has been cancelled
Build and Publish n8n Docker Image / build-and-push (push) Has been cancelled
Build and Publish n8n Docker Image / create-release (push) Has been cancelled
Automated Release / Detect Version Change (push) Has been cancelled
Automated Release / Generate Release Notes (push) Has been cancelled
Automated Release / Create GitHub Release (push) Has been cancelled
Automated Release / Package MCPB Bundle (push) Has been cancelled
Automated Release / Build and Verify (push) Has been cancelled
Automated Release / Publish to NPM (push) Has been cancelled
Automated Release / Build and Push Docker Images (push) Has been cancelled
Automated Release / Update Documentation (push) Has been cancelled
Automated Release / Notify Release Completion (push) Has been cancelled
Secret Scan / secretlint (push) Has been cancelled
Test Suite / test (push) Has been cancelled
Test Suite / cjs-runtime (push) Has been cancelled
Test Suite / publish-results (push) Has been cancelled
41 行
684 B
YAML
41 行
684 B
YAML
# Jekyll configuration for GitHub Pages
|
|
# This is only used for serving benchmark results
|
|
|
|
# Only process benchmark-related files
|
|
include:
|
|
- index.html
|
|
- benchmarks/
|
|
|
|
# Exclude everything else to prevent Liquid syntax errors
|
|
exclude:
|
|
- "*.md"
|
|
- "*.json"
|
|
- "*.ts"
|
|
- "*.js"
|
|
- "*.yml"
|
|
- src/
|
|
- tests/
|
|
- docs/
|
|
- scripts/
|
|
- dist/
|
|
- node_modules/
|
|
- package.json
|
|
- package-lock.json
|
|
- tsconfig.json
|
|
- README.md
|
|
- CHANGELOG.md
|
|
- LICENSE
|
|
- Dockerfile*
|
|
- docker-compose*
|
|
- .github/
|
|
- .vscode/
|
|
- .claude/
|
|
- deploy/
|
|
- examples/
|
|
- data/
|
|
|
|
# Disable Jekyll processing for files we don't want processed
|
|
plugins: []
|
|
|
|
# Use simple theme
|
|
theme: null |