We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3098917 commit 7589bd3Copy full SHA for 7589bd3
.github/workflows/Documentation.yml
@@ -27,8 +27,5 @@ jobs:
27
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
28
run: |
29
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
33
julia --project=. make.jl
34
0 commit comments