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:
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: |