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

docs: unify documentation workflows with improved validation#17523

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
EdwardAngert wants to merge9 commits intomainfromunified-docs-workflow
Closed
Changes from1 commit
Commits
Show all changes
9 commits
Select commitHold shift + click to select a range
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
PrevPrevious commit
NextNext commit
fix: add Node.js setup to docs-unified workflow
- Added Node.js setup step in the workflow to resolve errors with pnpm installation- Uses existing ./.github/actions/setup-node action to maintain consistency with other workflows
  • Loading branch information
@EdwardAngert
EdwardAngert committedApr 24, 2025
commitb2ffe8572070c299ce0aba0fa4bce5155c0ca456
4 changes: 4 additions & 0 deletions.github/workflows/docs-unified.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -89,6 +89,10 @@ jobs:
with:
fetch-depth: 0 # Fetch all history for proper file comparison

# Setup Node.js environment
- name: Setup Node
uses: ./.github/actions/setup-node

# Record start time for validation
- name: Record start time
id: start-time
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp