Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(web): update typescript-eslint (#17093)#1

chore(web): update typescript-eslint (#17093)

chore(web): update typescript-eslint (#17093) #1

Workflow file for this run

name:Docs build
on:
push:
branches:[main]
pull_request:
release:
types:[published]
concurrency:
group:${{ github.workflow }}-${{ github.ref }}
cancel-in-progress:true
jobs:
pre-job:
runs-on:ubuntu-latest
outputs:
should_run:${{ steps.found_paths.outputs.docs == 'true' || steps.should_force.outputs.should_force == 'true' }}
steps:
-name:Checkout code
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4
-id:found_paths
uses:dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36# v3
with:
filters:|
docs:
- 'docs/**'
workflow:
- '.github/workflows/docs-build.yml'
-name:Check if we should force jobs to run
id:should_force
run:echo "should_force=${{ steps.found_paths.outputs.workflow == 'true' || github.event_name == 'release' || github.ref_name == 'main' }}" >> "$GITHUB_OUTPUT"
build:
name:Docs Build
needs:pre-job
if:${{ needs.pre-job.outputs.should_run == 'true' }}
runs-on:ubuntu-latest
defaults:
run:
working-directory:./docs
steps:
-name:Checkout code
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4
-name:Setup Node
uses:actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e# v4
with:
node-version-file:'./docs/.nvmrc'
-name:Run npm install
run:npm ci
-name:Check formatting
run:npm run format
-name:Run build
run:npm run build
-name:Upload build output
uses:actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02# v4
with:
name:docs-build-output
path:docs/build/
retention-days:1

[8]ページ先頭

©2009-2025 Movatter.jp