diff --git a/.gitea/workflows/deploy-pages.yml b/.gitea/workflows/deploy-pages.yml index 02bf60e1..7ad8cc02 100644 --- a/.gitea/workflows/deploy-pages.yml +++ b/.gitea/workflows/deploy-pages.yml @@ -10,20 +10,15 @@ jobs: build-and-deploy: runs-on: ubuntu-latest container: - image: container.psi.ch/linux-infra/documentation + image: gitea.psi.ch/images/alpine-jupyterbook steps: - - name: Install node - run: | - apt-get update - apt-get install -y nodejs git - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install system dependencies run: | - apt-get update - apt-get install -y doxygen graphviz + apk add doxygen graphviz - name: Build musrfit-tech-docu run: |