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/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} 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.