Skip to content

Merge pull request #35 from textlint/renovate/textlint #35

Merge pull request #35 from textlint/renovate/textlint

Merge pull request #35 from textlint/renovate/textlint #35

Workflow file for this run

name: Deploy
on:
push:
branches:
- textlint
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
node-version: '18'
- name: Build
run: yarn install && yarn run build
working-directory: ./website
- name: Deploy
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out