Skip to content

Merge pull request #608 from Shopify/dependabot/bundler/rubocop-1.60.2 #341

Merge pull request #608 from Shopify/dependabot/bundler/rubocop-1.60.2

Merge pull request #608 from Shopify/dependabot/bundler/rubocop-1.60.2 #341

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.1
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