Skip to content

Documentation - Verify URLs #1

Documentation - Verify URLs

Documentation - Verify URLs #1

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages
on:
push:
branches: ["develop"]
paths: ["docs/**"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
verify:
name: Verify URLs
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
sparse-checkout: |
docs
- name: urlchecker-action
uses: urlstechie/[email protected]
with:
subfolder: docs