Skip to content

chore(deps): bump @theholocron/holocron-config from 7.26.0 to 7.30.0 in the all-dependencies group #16

chore(deps): bump @theholocron/holocron-config from 7.26.0 to 7.30.0 in the all-dependencies group

chore(deps): bump @theholocron/holocron-config from 7.26.0 to 7.30.0 in the all-dependencies group #16

Workflow file for this run

# AUTO-GENERATED — do not edit directly.
# Source: theholocron/holocron · packages/cli/src/commands/setup-workflows.ts
# Tool: holocron sync-github
# Changes: edit source in theholocron/holocron and push to alpha or main.
name: Wiki
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.event_name == 'pull_request' && format('wiki-preview-{0}', github.event.pull_request.number) || 'wiki' }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
deployments: write
jobs:
publish:
name: Publish
if: ${{ github.event_name != 'pull_request' }}
uses: theholocron/.github/.github/workflows/wiki.yml@main
secrets: inherit
preview:
name: Preview
if: ${{ github.event_name == 'pull_request' }}
uses: theholocron/.github/.github/workflows/wiki.yml@main
with:
preview: true
preview-id: pr-${{ github.event.pull_request.number }}
fern-org: holocron
base-path: node-template
secrets: inherit