1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 09:42:35 +00:00

style: Homepage performance improvements (#2806)

This commit is contained in:
2024-11-11 17:34:27 -06:00
parent d62e221615
commit 12c58d567c
9 changed files with 21 additions and 25 deletions

View File

@ -116,10 +116,10 @@ jobs:
comment:
permissions:
pull-requests: write
needs: [deploy_netlify, metadata]
needs: [deploy_garage, metadata]
runs-on: ubuntu-latest
env:
address: ${{ needs.deploy_netlify.outputs.address }}
address: ${{ needs.deploy_garage.outputs.address }}
steps:
- uses: thollander/actions-comment-pull-request@v2.5.0
with: