Skip to content

fix(form-builder): add missing CSS theme for highlight.js #198

fix(form-builder): add missing CSS theme for highlight.js

fix(form-builder): add missing CSS theme for highlight.js #198

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+
env:
NODE_VERSION: 18
concurrency:
group: deploy
cancel-in-progress: true
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: ${{ env.NODE_VERSION }}
- name: Deploy to Github Pages
run: pnpm --filter ember-caluma exec ember deploy production
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
ADDON_DOCS_UPDATE_LATEST: "true"