This repository was archived by the owner on Dec 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,32 @@ jobs:
5656 - name : Make index page
5757 run : echo "<html><head><title>ndelement docs</title></head><body><center><a href='rust/ndelement'>Rust docs</a><br /><a href='python'>Python docs</a></center></body></html>" > doc/index.html
5858
59- - name : Setup Pages
60- uses : actions/configure-pages@v3
61- if : github.ref == 'refs/heads/main'
59+ # - name: Setup Pages
60+ # uses: actions/configure-pages@v3
61+ # if: github.ref == 'refs/heads/main'
62+ # - name: Upload artifact for docs
63+ # uses: actions/upload-pages-artifact@v3
64+ # with:
65+ # path: 'doc'
66+ # if: github.ref == 'refs/heads/main'
67+
68+ - name : Make redirect page
69+ run : |
70+ mkdir docs
71+ mkdir docs/rust
72+ mkdir docs/rust/ndgrid
73+ mkdir docs/python
74+ echo "<html><head><meta http-equiv='refresh' content='0; URL=https://bempp.github.io/nd/rust/ndgrid/'></head></html>" > docs/index.html
75+ cp docs/index.html docs/rust/index.html
76+ cp docs/index.html docs/rust/ndgrid/index.html
77+ cp docs/index.html docs/python/index.html
6278 - name : Upload artifact for docs
6379 uses : actions/upload-pages-artifact@v3
6480 with :
65- path : ' doc '
81+ path : ' docs '
6682 if : github.ref == 'refs/heads/main'
6783
84+
6885 deploy-docs :
6986 name : Deploy docs to GitHub pages
7087 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ # ndelement (archived)
2+ The ndelement library is now maintained as part of the [ bempp/nd repository] ( https://github.com/bempp/nd ) .
3+
14# ndelement
25
36[ ![ DefElement verification] ( https://defelement.org/badges/ndelement.svg )] ( https://defelement.org/verification/ndelement.html )
You can’t perform that action at this time.
0 commit comments