Skip to content

md toc, video embed fix #4

md toc, video embed fix

md toc, video embed fix #4

Workflow file for this run

name: Build + deploy to GitHub Pages
on:
push:
branches: [ main ]
pull_request:
branches: [ "**" ]
workflow_dispatch:
jobs:
build-and-deploy:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run gha-export
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
repository-name: ryan-williams/apvd
branch: gh-pages
folder: out
token: ${{ secrets.ghp_pat }} # expires 2023-11-16