Skip to content

build(deps): bump monaco-editor from 0.38.0 to 0.49.0 #210

build(deps): bump monaco-editor from 0.38.0 to 0.49.0

build(deps): bump monaco-editor from 0.38.0 to 0.49.0 #210

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@v4.0.2
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