Skip to content

Check All Article Validity #1

Check All Article Validity

Check All Article Validity #1

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: ./.cache/report.md
output_dir: ./outputs
build_html: true
build_pdf: true
- name: Upload Report
uses: actions/upload-artifact@v4
with:
name: report
path: |
./outputs/*
./.cache/report.md