Skip to content

[Sync-En] yac: document embedded values, LZ4, PIE install, delete sem… #1313

[Sync-En] yac: document embedded values, LZ4, PIE install, delete sem…

[Sync-En] yac: document embedded values, LZ4, PIE install, delete sem… #1313

Workflow file for this run

# https://docs.github.com/en/actions
name: "Structure"
on:
pull_request: null
push:
branches:
- "master"
jobs:
build:
name: "Check Build"
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout php/doc-fr"
uses: "actions/checkout@v4"
with:
path: "fr"
repository: "php/doc-fr"
- name: "Checkout php/doc-en as fallback"
uses: "actions/checkout@v4"
with:
path: "en"
repository: "php/doc-en"
- name: "Checkout php/doc-base"
uses: "actions/checkout@v4"
with:
path: "doc-base"
repository: "php/doc-base"
- name: "Quality Assurance scripts"
run: |
php8.1 doc-base/scripts/qa/extensions.xml.php --check
php8.1 doc-base/scripts/qa/section-order.php
- name: "Build documentation for fr"
run: "php8.1 doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=fr"