Skip to content

Remove release.sh and github_release.py since they're now pulled from… #457

Remove release.sh and github_release.py since they're now pulled from…

Remove release.sh and github_release.py since they're now pulled from… #457

Workflow file for this run

name: "DPC Static Site CI Workflow"
on: [push]
jobs:
build:
name: "Build and Test"
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v2
- name: "Build and Test"
run: |
mkdir -p _site
mkdir -p .jekyll-cache
./scripts/build_and_test.sh