Skip to content

Commit

Permalink
Merge the microbuild branch from https://github.com/aarnott/Library.T…
Browse files Browse the repository at this point in the history
…emplate

Specifically, this merges [429e76f from that repo](AArnott/Library.Template@429e76f).
  • Loading branch information
AArnott committed Feb 5, 2025
2 parents 8814c58 + 429e76f commit 0beeb5c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: 📃 Docfx Validate
on:
pull_request:
workflow_dispatch:
push:
branches:
- main
- microbuild

jobs:
build:
Expand All @@ -15,7 +19,7 @@ jobs:
- name: 🔗 Markup Link Checker (mlc)
uses: becheran/mlc@v0.19.2
with:
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/*,https://msrc.microsoft.com/*,https://www.microsoft.com/en-us/msrc* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://www.microsoft.com/msrc/cvd,https://www.microsoft.com/msrc,https://microsoft.sharepoint.com/*
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://msrc.microsoft.com/*,https://www.microsoft.com/msrc*,https://microsoft.com/msrc*,https://microsoft.sharepoint.com/*
- name: ⚙ Install prerequisites
run: |
./init.ps1 -UpgradePrerequisites
Expand Down

0 comments on commit 0beeb5c

Please sign in to comment.