Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ concurrency:
jobs:
deploy:
name: Deploy docs
if: github.repository == 'openclaw/crabbox'
# Forks usually do not have Pages enabled. Keep upstream deploys automatic,
# while letting a fork opt in by setting CRABBOX_ENABLE_PAGES=true.
if: github.repository == 'openclaw/crabbox' || vars.CRABBOX_ENABLE_PAGES == 'true'
runs-on: ubuntu-latest
timeout-minutes: 10
environment:
Expand Down