Skip to content

Update ChoiceListFromCurrentEntityData.md #69

Update ChoiceListFromCurrentEntityData.md

Update ChoiceListFromCurrentEntityData.md #69

name: deploy-gh-pages
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: jekyll-deploy-gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}
uses: BryanSchuetz/jekyll-deploy-gh-pages@v2.0