Skip to content

Merge pull request #555 from Shopify/dependabot/bundler/rubocop-1.54.1 #294

Merge pull request #555 from Shopify/dependabot/bundler/rubocop-1.54.1

Merge pull request #555 from Shopify/dependabot/bundler/rubocop-1.54.1 #294

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v3.6.0
with:
node-version: '16'
check-version: true
- name: Install packages
run: npm ci
- name: Build
run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site