Skip to content

Merge pull request #19 from tamu-edu/feature/dmarc-url #51

Merge pull request #19 from tamu-edu/feature/dmarc-url

Merge pull request #19 from tamu-edu/feature/dmarc-url #51

Workflow file for this run

#commented out until I can figure out how to get it to work - Dean
#name: Deploy PR previews
#on:
# pull_request:
# types: [opened, synchronize, reopened]
#concurrency: preview-${{ github.ref}}
#jobs:
# deploy-preview:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Install and Build
# run: |
# npm install
# npm run build
# - name: Deploy preview
# uses: rossjrw/pr-preview-action@v1
# with:
# source-dir: ./book
# preview-branch: gh-pages