Skip to content

Updated dependency to US Core from 6.1.0 to 8.0.0 #32

Updated dependency to US Core from 6.1.0 to 8.0.0

Updated dependency to US Core from 6.1.0 to 8.0.0 #32

Workflow file for this run

# ./github/workflows/deploy.yml
name: Deploy FHIR TOC IG to GH Pages
on:
push:
branches: [main]
jobs:
build:
name: Build website
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output