Skip to content

Update jekyll-gh-pages.yml #6

Update jekyll-gh-pages.yml

Update jekyll-gh-pages.yml #6

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
docs:
permissions:
contents: 'read'
id-token: 'write'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
name: Generate and publish the docs
steps:
- uses: actions/checkout@v1
name: Checkout code
- uses: nunit/[email protected]
name: Build Documentation
with:
args: docfx.json
- name: Deploy GitHub Pages site
uses: actions/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public