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

Update cd.yml

Update cd.yml #129

Workflow file for this run

name:CD

Check failure on line 1 in .github/workflows/cd.yml

View workflow run for this annotation

GitHub Actions/ .github/workflows/cd.yml

Invalid workflow file

(Line: 31, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory
on:
workflow_dispatch:
push:
tags:
-"v*"
permissions:
id-token:write
contents:read
jobs:
deploy:
name:Deploy
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v5
-name:Install PNPM
uses:pnpm/action-setup@v4
with:
version:10
-name:Install Node
uses:actions/setup-node@v6
with:
node-version:24
registry-url:"https://registry.npmjs.org"
cache:"pnpm"
-name:Install dependencies and test
run:pnpm install-test --frozen-lockfile
-name:Publish
-uses:JS-DevTools/npm-publish@v4
id:publish
with:
provenance:true
ignore-scripts:true
-if:${{ steps.publish.outputs.type }}
run:echo "Version changed!"
-name:Pages
run:pnpm run deploy
-uses:JamesIves/github-pages-deploy-action@v4
with:
branch:gh-pages
folder:public
target-folder:public
single-commit:true

[8]ページ先頭

©2009-2025 Movatter.jp