Skip to content

Language consistency #445

Language consistency

Language consistency #445

# # This is a basic workflow to build a FHIR-IG and publish the output (docs folder)
# # on Git Hub Pages everytime it is pushed to the main branch
# name: Build and Deploy
# # Controls when the workflow will run
# on:
# # Triggers the workflow on push or pull request events but only for the "main" branch
# push:
# branches: [ "pab" ]
# pull_request:
# branches: [ "pab" ]
# # Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
# permissions:
# contents: write
# jobs:
# build-and-deploy:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout 🛎️
# uses: actions/checkout@v3
# - name: FHIR IG Action # action from the GitHub Marketplace
# # uses: Healthedata1/[email protected]
# uses: qligier/fhir-ig-action@feature_memory_debug
# with:
# java-flags: "-Xmx4G"
# sushi: "3.2.0"
# # - name: Setup Pages
# # uses: actions/configure-pages@v3
# # - name: Upload artifact
# # uses: actions/upload-pages-artifact@v2
# # with:
# # # deploy from the output from the prior step
# # path: 'docs'
# # - name: Deploy to GitHub Pages
# # id: deployment
# # uses: actions/deploy-pages@v2
# - name: Deploy to GitHub Pages # action from the GitHub Marketplace
# uses: JamesIves/[email protected]
# with:
# folder: output # deploy from the docs from the prior step