Skip to content

タイトルの「リファレンス」を「Turbo リファレンス: Hotwire ドキュメント(有志翻訳版)」に変更 #75

タイトルの「リファレンス」を「Turbo リファレンス: Hotwire ドキュメント(有志翻訳版)」に変更

タイトルの「リファレンス」を「Turbo リファレンス: Hotwire ドキュメント(有志翻訳版)」に変更 #75

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