Skip to content

add dompurify to v-html #295

add dompurify to v-html

add dompurify to v-html #295

Workflow file for this run

name: Docker CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker image
run: docker build -t internethealthreport/ihr-website:$(date +%s) .