Skip to content

fix(setup-local-env): Node.js の日本語版ダウンロードページがリンク切れのため英語版ページに変更 (#1729) #469

fix(setup-local-env): Node.js の日本語版ダウンロードページがリンク切れのため英語版ページに変更 (#1729)

fix(setup-local-env): Node.js の日本語版ダウンロードページがリンク切れのため英語版ページに変更 (#1729) #469

Workflow file for this run

name: deploy
on:
push:
branches:
- master
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_book