combine into one script
Some checks failed
Hugo / build (push) Has been cancelled

This commit is contained in:
Brooke 2024-05-07 04:52:44 -04:00
parent ce8d2a5c1f
commit d3670e7e46
2 changed files with 8 additions and 18 deletions

View file

@ -27,3 +27,10 @@ jobs:
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}
- name: Running Page Speed Insights
uses: https://github.com/JakePartusch/psi-action@v1.3
id: drafting
with:
url: "https://midtowndrafting.com"
threshold: 70
strategy: desktop

View file

@ -1,17 +0,0 @@
name: Page Speed Insights
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Running Page Speed Insights
uses: https://github.com/JakePartusch/psi-action@v1.3
id: drafting
with:
url: "https://midtowndrafting.com"
threshold: 70