Skip to content

video anchor text added "incomplete" #17

video anchor text added "incomplete"

video anchor text added "incomplete" #17

Workflow file for this run

name: Publish main
on:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: '[node LTS] npm install'
uses: ljharb/actions/node/install@main
with:
node-version: lts/*
- run: npm run build
- name: Publish to gh-pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: build
clean-exclude: |
pr