ebner 5bc24cf89e
All checks were successful
Build and Publish Docker Image / docker (push) Successful in 36s
initial commit
2025-12-04 14:24:45 +01:00
2025-12-04 14:24:45 +01:00
2025-12-04 14:24:45 +01:00
2025-12-04 14:24:45 +01:00

Overview

Alpine based image to build jupyter-book based documentation

Build manually:

docker run -it --rm -v $(pwd):/data --workdir /data gitea.psi.ch/images/alpine-zensical

/opt/python-env/bin/zensical build --site-dir public

Use Gitea action to build the documentation:

jobs:
  build-and-deploy:
    runs-on: ubuntu-latest-intranet
    container:
      image: gitea.psi.ch/images/alpine-zensical
    steps:
      - name: Checkout repository
        uses: actions/checkout@v4

      - name: Build Jupyter Book
        run: /opt/python-env/bin/zensical build --site-dir public

docker build --platform linux/x86_64 -t gitea.psi.ch/images/alpine-zensical:latest .
Description
No description provided
Readme 25 KiB
Languages
Dockerfile 100%