Skip to content

fix: allow umlauts and , in variable label #80

fix: allow umlauts and , in variable label

fix: allow umlauts and , in variable label #80

Workflow file for this run

name: Build Site
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install nodejs
run: sudo apt install nodejs
- name: Install npm 7
run: |
npm install npm@7
- name: npm install
run: |
npm install
- name: build
run: |
npm run build
- uses: actions/upload-artifact@v3
with:
name: Public
path: public/