Skip to content

Fix intersection observer, media links underline & window scroll ssr #135

Fix intersection observer, media links underline & window scroll ssr

Fix intersection observer, media links underline & window scroll ssr #135

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
paths:
- "workspaces/**"
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '20.18.1'
cache: 'yarn'
- name: Install packages
run: yarn install
- name: Build
run: yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./workspaces/website/out