Skip to content

Create build and deplay workflow #1

Create build and deplay workflow

Create build and deplay workflow #1

Workflow file for this run

# This is a basic workflow to help you get started with Actions
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: [ "main" ]
pull_request:
branches: [ "main" ]
# 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
uses: qligier/[email protected]
with:

Check failure on line 26 in .github/workflows/blank.yml

View workflow run for this annotation

GitHub Actions / Build and Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/blank.yml (Line: 26, Col: 14): Unexpected value '' .github/workflows/blank.yml (Line: 27, Col: 9): Unexpected value 'sushi'
sushi: "2.10"
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
folder: . # deploy the root directory