Update partially adjudicated claims data sets - enrollee count (#208) #569
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "BCDA 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 | |
./scripts/build_and_test.sh |