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(release): bump version#261

chore(release): bump version

chore(release): bump version #261

Workflow file for this run

name:Website
on:
push:
branches:
-main
tags:
-"v*.*.*"
pull_request:
branches:
-main
workflow_dispatch:
permissions:
contents:read
pages:write
id-token:write
concurrency:
group:"pages"
cancel-in-progress:true
jobs:
links:
name:Links
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v4
-name:Run lychee
uses:lycheeverse/lychee-action@v1
with:
args:-v website/src/content/docs/
env:
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
build:
name:Build
runs-on:ubuntu-latest
steps:
-name:Checkout
uses:actions/checkout@v4
-name:Install, build, and upload
uses:withastro/action@v3
with:
path:./website
deploy:
name:Deploy
if:${{ github.event_name != 'pull_request' }}
needs:build
runs-on:ubuntu-latest
environment:
name:github-pages
url:${{ steps.deployment.outputs.page_url }}
steps:
-name:Deploy to GitHub Pages
id:deployment
uses:actions/deploy-pages@v4

[8]ページ先頭

©2009-2025 Movatter.jp