Skip to content

Commit

Permalink
Merge branch 'master' into pr858
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf authored Jul 5, 2024
2 parents 382db35 + 538a49b commit 6a9620f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
restore-keys: |
mkdocs-material-
- run: |
pip install mkdocs-material
pip install mkdocs-material mkdocs-redirects
cd docs
mkdocs gh-deploy --force # Always keep in sync with master branch
5 changes: 0 additions & 5 deletions docs/docs/o2-tutorial.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/docs/tutorial.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ markdown_extensions:
- pymdownx.superfences
- toc:
permalink: "#"

plugins:
- redirects:
redirect_maps:
'o2-tutorial.html': 'https://alice-doc.github.io/alice-analysis-tutorial/building/'
'tutorial.html': 'https://alice-doc.github.io/alice-analysis-tutorial/building/'

0 comments on commit 6a9620f

Please sign in to comment.