Skip to content

Add Embedded YouTube Video to Demo Project Tutorial #69

Add Embedded YouTube Video to Demo Project Tutorial

Add Embedded YouTube Video to Demo Project Tutorial #69

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
deploy:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true
- name: Build
run: hugo