Skip to content

Document &pp= parameter in YouTube URLs blog post and fix lastmod date #338

Document &pp= parameter in YouTube URLs blog post and fix lastmod date

Document &pp= parameter in YouTube URLs blog post and fix lastmod date #338

Workflow file for this run

name: Audit
on:
push:
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Read HUGO_VERSION
id: hugo_version
run: echo "HUGO_VERSION=$(cat HUGO_VERSION)" >> $GITHUB_OUTPUT
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ steps.hugo_version.outputs.HUGO_VERSION }}
extended: true
- name: Run audit
run: ./audit.sh