From 2d30de3c5796e492578c53923cea367010fe8d27 Mon Sep 17 00:00:00 2001 From: Harald Klimach Date: Wed, 21 May 2025 15:15:33 +0200 Subject: [PATCH 1/2] Point to github pages in the README chown docu directory from docker action no dispatch for Fordoc workflow --- .github/workflows/ford.yml | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ford.yml b/.github/workflows/ford.yml index d98d85b0..1b046b38 100644 --- a/.github/workflows/ford.yml +++ b/.github/workflows/ford.yml @@ -1,7 +1,6 @@ name: Fordoc on: - workflow_dispatch: push: branches: - 'main' @@ -28,6 +27,10 @@ jobs: waf-args: "--fordonline configure docu" obtain: "build/ford/sdr/docu" + - name: Change docu ownership + run: | + sudo chown -R $USER docu + - name: Deploy Documentation uses: JamesIves/github-pages-deploy-action@v4 with: diff --git a/README.md b/README.md index 0df50bfa..3afd87ac 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ Run `bin/waf --help` to see all options. Documentation ------------- -See the [documentation](https://geb.inf.tu-dresden.de/doxy/seeder/index.html) +See the [documentation](https://apes-suite.github.io/seeder/index.html) for more details. From 4dc481beeb87d19ee1962faa6b33fd8b9205c0b9 Mon Sep 17 00:00:00 2001 From: Harald Klimach Date: Wed, 21 May 2025 16:30:22 +0200 Subject: [PATCH 2/2] Update apes-pyenv container to 2025.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cb0aa0d..913ef922 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/apes-suite/apes-pyenv:2025.4 +FROM ghcr.io/apes-suite/apes-pyenv:2025.7 ARG SEEDER_VERSION ENV SEEDER_VERSION=${SEEDER_VERSION}