Trying to workaround by updating packages
Some checks failed
Publish Website / publish (push) Failing after 21s

This commit is contained in:
Akshay
2025-07-23 01:47:03 -04:00
parent 0ace46646e
commit 31d3aab1f5

View File

@@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update and Upgrade
run: |
apt update
apt upgrade -y
# 1. Checkout the website repository (your app code)
# ------------------------------------------------------------
- name: Checkout website repo