Skip to content

Commit 7589bd3

Browse files
committed
docs: fix ci
1 parent 3098917 commit 7589bd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/Documentation.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@ jobs:
2727
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2828
run: |
2929
cd docs
30-
cat ../README.md | sed '/Search options/,$d' > tmp1.md
31-
cat tmp1.md src/index.md > tmp2.md
32-
mv tmp2.md src/index.md
3330
julia --project=. make.jl
3431

0 commit comments

Comments
 (0)