Skip to content

Editorial: Give field names lists to PrepareCalendarFields in table o… #1027

Editorial: Give field names lists to PrepareCalendarFields in table o…

Editorial: Give field names lists to PrepareCalendarFields in table o… #1027

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: use node.js v20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm ci
- run: npm run build
- uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: out
CLEAN: true