Skip to content

LM-165 Add new imprint section above existing one #66

LM-165 Add new imprint section above existing one

LM-165 Add new imprint section above existing one #66

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
- 'ci_test/**'
jobs:
build-and-deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install and Build 🔧
run: |
npm ci --no-audit
npm run generate
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./.output/public # The folder the action should deploy.