Skip to content

fix: prevent "null" display in page titles during data loading #292

fix: prevent "null" display in page titles during data loading

fix: prevent "null" display in page titles during data loading #292

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) .