We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c672dd9 commit 2918ddaCopy full SHA for 2918dda
.github/workflows/pdoc.yml
@@ -31,17 +31,6 @@ jobs:
31
- run: pip install -e examples
32
- run: python -We docs/generate_html.py . .
33
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
-
45
- if: ${{ github.ref == 'refs/heads/main' && matrix.platform == 'ubuntu-latest' }}
46
uses: JamesIves/github-pages-deploy-action@4.1.1
47
with:
0 commit comments