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