Skip to content

Merge pull request #517 from IgniteUI/jsakamotoIGJP/fix-jp-badge-tran… #122

Merge pull request #517 from IgniteUI/jsakamotoIGJP/fix-jp-badge-tran…

Merge pull request #517 from IgniteUI/jsakamotoIGJP/fix-jp-badge-tran… #122

Workflow file for this run

name: Build And Deploy Angular Documentation JP
permissions:
contents: read
on:
push:
branches:
- vnext
- master
paths-ignore:
- 'docs/jquery/**'
- 'docs/xplat/**'
- 'docs/wpf/**'
- 'docs/winforms/**'
- 'docs/aspnet/**'
- '**/en/**'
- '**/kr/**'
workflow_dispatch:
inputs:
branch:
description: 'Branch to checkout'
type: string
default: 'vnext'
jobs:
deploy:
uses: ./.github/workflows/_cd-deploy.yml
with:
locale: jp
platform: angular
target_ref: ${{ github.event.inputs.branch && (startsWith(github.event.inputs.branch, 'refs/') && github.event.inputs.branch || format('refs/heads/{0}', github.event.inputs.branch)) || github.ref }}
secrets:
CLASSIC_PAT_GITHUB: ${{ secrets.CLASSIC_PAT_GITHUB }}