diff --git a/README.md b/README.md index 4aa8e81e7..c9468fcda 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@
+[![Documentation](https://img.shields.io/static/v1?label=Documentation&message=Dashboard&color=blue)](https://microsoft.github.io/msquic/msquicdocs/docs/API.html) [![Perf Dashboard](https://img.shields.io/static/v1?label=Performance&message=Dashboard&color=blue)](https://microsoft.github.io/msquic/) [![Build Status](https://img.shields.io/github/actions/workflow/status/microsoft/msquic/build.yml?query=branch%3Amain&label=Build)](https://github.com/microsoft/msquic/actions/workflows/build.yml?query=branch%3Amain) [![Test Status](https://img.shields.io/github/actions/workflow/status/microsoft/msquic/test.yml?query=branch%3Amain&label=Test)](https://github.com/microsoft/msquic/actions/workflows/test.yml?query=branch%3Amain) diff --git a/scripts/update-docfx-site.ps1 b/scripts/update-docfx-site.ps1 index 5773d8faf..97e0f04ae 100644 --- a/scripts/update-docfx-site.ps1 +++ b/scripts/update-docfx-site.ps1 @@ -4,7 +4,7 @@ $env:GIT_REDIRECT_STDERR = '2>&1' git fetch # Stash any changes to the current branch git stash -git checkout performance-dupe +git checkout performance # Commit the output file. git config user.email "quicdev@microsoft.com"