Skip to content

Development for changes to LIBRS - JSON Specifications, API Validator: Source code for API endpoints, JSON model changes, and updates to docs.librs.org specifications ready for review in TEI test environment #3

Development for changes to LIBRS - JSON Specifications, API Validator: Source code for API endpoints, JSON model changes, and updates to docs.librs.org specifications ready for review in TEI test environment

Development for changes to LIBRS - JSON Specifications, API Validator: Source code for API endpoints, JSON model changes, and updates to docs.librs.org specifications ready for review in TEI test environment #3

Workflow file for this run

name: Deploy PR Previews
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy PR Preview
uses: teisdbr/pr-preview-action@v1.4.7
with:
token: ${{ secrets.PR-Preview-Action }}
preview-branch: master
source-dir: .
umbrella-dir: pr-preview
action: auto