Skip to content

Commit

Permalink
[CI] Add page speed measurement in the CI (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Feb 7, 2024
1 parent c70590f commit 95e1dd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_docs_to_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ jobs:
publish_dir: ./docs/.vuepress/dist
destination_dir: dev
cname: docs.openmqttgateway.com
- name: Running Page Speed Insights
uses: jakepartusch/psi-action@v1.3
id: psi
with:
url: "https://docs.openmqttgateway.com/dev/"
threshold: 70
key: ${{ secrets.APIKEY }}

0 comments on commit 95e1dd9

Please sign in to comment.