Skip to content

Check All Article Validity #2

Check All Article Validity

Check All Article Validity #2

name: Check All Article Validity
on:
workflow_dispatch:
jobs:
check-article:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run Checks for All Articles
run: |
/bin/bash ./.scripts/check_all.sh
- name: Generate Report
uses: BaileyJM02/[email protected]
with:
input_path: ./output/report.md
output_dir: ./output/
build_html: true
build_pdf: true
- name: Upload Report
uses: actions/upload-artifact@v4
with:
name: report
path: |
./output/*