Skip to content

Remove legacy PoW docs. #421

Remove legacy PoW docs.

Remove legacy PoW docs. #421

Workflow file for this run

name: Docker Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build -t decred/dcrdocs:$(date +%s) .