diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index fd40ea0..8819bc0 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -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