Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ford.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Fordoc

on:
workflow_dispatch:
push:
branches:
- 'main'
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.