Skip to content

Commit 2918dda

Browse files
authored
revert #1560 (the case-sensitive folder name is handled internally by GitHub pages) (#1561)
1 parent c672dd9 commit 2918dda

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/pdoc.yml

-11
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,6 @@ jobs:
3131
- run: pip install -e examples
3232
- run: python -We docs/generate_html.py . .
3333

34-
- name: setting up pysdm -> PySDM redirect
35-
if: ${{ matrix.platform == 'ubuntu-latest' }}
36-
run: |
37-
mkdir html/pysdm
38-
file=html/pysdm/index.html
39-
echo '<!DOCTYPE html>' > $file
40-
echo '<meta charset="utf-8">' >> $file
41-
echo '<title>redirecting ...</title>' >> $file
42-
echo '<meta http-equiv="refresh" content="0; URL=https://open-atmos.github.io/PySDM/">' >> $file
43-
echo '<link rel="canonical" href="https://open-atmos.github.io/PySDM/">' >> $file
44-
4534
- if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' }}
4635
uses: JamesIves/github-pages-deploy-action@4.1.1
4736
with:

0 commit comments

Comments
 (0)