Skip to content

Merge pull request #712 from usnistgov/css-updates #262

Merge pull request #712 from usnistgov/css-updates

Merge pull request #712 from usnistgov/css-updates #262

Workflow file for this run

name: Build HTML
on:
push:
branches: [ main ]
pull_request:
types:
- opened
- synchronize
jobs:
publishPRDraft:
name: Build Pull Request HTML
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.ref != 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- name: Build the artifacts with the docker image
run: docker-compose run server github