Skip to content
Snippets Groups Projects
Commit 2c7491e4 authored by Benoit Marty's avatar Benoit Marty
Browse files

Documentation: remove the note added for the nightly build on Element Android

parent b9d625d5
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,10 @@ jobs:
uses: actions/checkout@v2
- name: Build docs
run: ./gradlew dokkaHtml
run: |
sed -i.bak "s/.*nightly documentation.*//" ./matrix-sdk-android/docs/modules.md
rm ./matrix-sdk-android/docs/modules.md.bak
./gradlew dokkaHtml
- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment