fix vite deploy: add debug
All checks were successful
Deploy Production Server / if_merged (push) Successful in 4m54s

This commit is contained in:
Thibaut Valentin 2025-01-08 18:16:52 +01:00
parent 743f2a720c
commit a4d0e4f9ac

View File

@ -12,7 +12,7 @@ on:
# Here we check that the PR was correctly merged to main
jobs:
if_merged:
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps: