Skip to content

Rename endorsements to attestations #99

Rename endorsements to attestations

Rename endorsements to attestations #99

Workflow file for this run

name: Publish on GitHub Pages
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
publish:
name: Build and publish documentation
runs-on: ubuntu-latest
environment:
name: github-pages
url: https://github.com
steps:
- uses: actions/checkout@v2
- name: Build documentation
uses: nikeee/[email protected]
with:
args: docs/docfx.json
- name: Publish documentation
uses: maxheld83/ghpages@master
env:
BUILD_DIR: docs/_site
GH_PAT: ${{ secrets.PAT }}