Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 86c477d

Browse files
committed
Prepare to archive
1 parent 1d3582c commit 86c477d

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

.github/workflows/docs.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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)

0 commit comments

Comments
 (0)