Skip to content

タイトルの「ハンドブック」を「Turbo ハンドブック: Hotwire ドキュメント(有志翻訳版)」 に変更 #74

タイトルの「ハンドブック」を「Turbo ハンドブック: Hotwire ドキュメント(有志翻訳版)」 に変更

タイトルの「ハンドブック」を「Turbo ハンドブック: Hotwire ドキュメント(有志翻訳版)」 に変更 #74

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install dependencies
run: npm ci
- name: Build site
run: npm run publish