Skip to content

Build documentation with new pip package #419

Build documentation with new pip package

Build documentation with new pip package #419

name: Docker Image CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --tag raw-data-api:$(date +%s)