Skip to content

PD-1506 / 24.10 / Pd 1506 24 10 rc 2 release notes #9389

PD-1506 / 24.10 / Pd 1506 24 10 rc 2 release notes

PD-1506 / 24.10 / Pd 1506 24 10 rc 2 release notes #9389

# This is the workflow for external contributor
name: 'External Contributor Build Preview'
# Controls when the action will run.
on:
pull_request_target:
branches: ["24.10"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
deploy:
if: github.event.pull_request.head.repo.full_name != github.repository
environment: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Setup Hugo
uses: peaceiris/[email protected]
with:
hugo-version: '0.117.0'
extended: true
- name: Install dependencies
run: pnpm i
- name: Print PNPM modules after install
run: du -d 0 -h ~/.pnpm-store/*/*/* || true
- name: Build Hugo Site
run: hugo -d public --gc --minify