Skip to content

Update header.html

Update header.html #86

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
- name: Build the Docker container image
run: docker build ./ -f ./Dockerfile -t marley/labs.jsdev.org:latest