From 1183b6eedf502145242222223f6266073ea53cfd Mon Sep 17 00:00:00 2001 From: ndsboy Date: Sun, 23 Feb 2025 01:00:20 +0000 Subject: [PATCH] fix: load website --- .forgejo/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml index dc9809d..8428737 100644 --- a/.forgejo/workflows/main.yml +++ b/.forgejo/workflows/main.yml @@ -23,10 +23,11 @@ jobs: runs-on: docker container: image: quay.io/buildah/stable:latest - options: --security-opt seccomp=unconfined if: github.ref == 'refs/heads/main' needs: [check] steps: + - run: curl ${{ github.server_url }}/${{ github.repository }}/archive/main.tar.gz | tar -xz + - run: cd website - run: buildah build -f Containerfile . # - uses: https://github.com/actions/checkout@v4