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

Commit 77c29bb

Browse files
committed
ndelement not ndgrid
1 parent 86c477d commit 77c29bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
run: |
7070
mkdir docs
7171
mkdir docs/rust
72-
mkdir docs/rust/ndgrid
72+
mkdir docs/rust/ndelement
7373
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
74+
echo "<html><head><meta http-equiv='refresh' content='0; URL=https://bempp.github.io/nd/rust/ndelement/'></head></html>" > docs/index.html
7575
cp docs/index.html docs/rust/index.html
76-
cp docs/index.html docs/rust/ndgrid/index.html
76+
cp docs/index.html docs/rust/ndelement/index.html
7777
cp docs/index.html docs/python/index.html
7878
- name: Upload artifact for docs
7979
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)