Skip to content

Merge pull request #13 from Open-Credentialing-Initiative/bluesteens-… #18

Merge pull request #13 from Open-Credentialing-Initiative/bluesteens-…

Merge pull request #13 from Open-Credentialing-Initiative/bluesteens-… #18

Workflow file for this run

name: publish spec
on:
push:
branches:
- main
jobs:
publish:
name: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./content
enable_jekyll: true