fix: load website
This commit is contained in:
parent
2c90068506
commit
1183b6eedf
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue