Skip to content

Commit

Permalink
mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Dec 9, 2024
1 parent 62ae3db commit d512aff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Move tasks-list built files in docs site
run: mv WEB/tasks-list/build/ site/fractal-tasks

- run: ls -lh site/* # FIXME
- run: ls -lh site/*

- name: Deploy docs
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} # FIXME
Expand Down
3 changes: 3 additions & 0 deletions docs/available_tasks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Fractal tasks

A list of Fractal-compatible tasks is available at https://fractal-analytics-platform.github.io/fractal-tasks/ (warning: this page is still a work in progress).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ nav:
- Fractal V2 Changes: version_2/
- Build Your Own Fractal Task: build_your_own_fractal_task.md
- Deploy Fractal Server & Web: run_fractal.md
- Available tasks: available_tasks.md

# Include some page, without including them in the ToC
# not_in_nav: something.md
Expand Down

0 comments on commit d512aff

Please sign in to comment.