From 0628a6772b97943f3042af550df6aa43a4f5eb96 Mon Sep 17 00:00:00 2001 From: Oscar Blue Date: Sun, 10 Dec 2023 23:02:44 +0000 Subject: [PATCH] Updated workflow to target main branch --- .forgejo/workflows/deploy.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 341c4e5..e763614 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -4,8 +4,6 @@ jobs: runs-on: docker steps: - uses: actions/checkout@v2 - with: - ref: congo - name: Setup Hugo uses: https://github.com/peaceiris/actions-hugo@v2