Update .gitea/workflows/deploy-pages.yml

changed build image
This commit is contained in:
2025-10-13 15:13:06 +02:00
parent 1e9b82f1c2
commit b5447aef32

View File

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