Skip to content

build(deps): bump @babel/standalone and @types/babel__standalone #177

build(deps): bump @babel/standalone and @types/babel__standalone

build(deps): bump @babel/standalone and @types/babel__standalone #177

Workflow file for this run

name: GitHub Pages
on: [push]
jobs:
publish:
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v3.8.1
with:
node-version: 16.x
- run: npm ci
- run: npm run build
- if: ${{ github.ref == 'refs/heads/main' }}
name: Publish to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist