Skip to content

Merge pull request #24 from HL7/fhir50754-fix #28

Merge pull request #24 from HL7/fhir50754-fix

Merge pull request #24 from HL7/fhir50754-fix #28

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