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 279299f commit fa86be1Copy full SHA for fa86be1
.github/workflows/build-docs.yml
@@ -1,5 +1,6 @@
1
name: Build docs
2
on:
3
+ workflow_dispatch:
4
push:
5
branches:
6
- main
docs/overrides/main.html
@@ -2,7 +2,7 @@
{% block content %}
{% if page.nb_url %}
- <a href="{{ page.nb_url }}" title="Download Notebook" class="md-content__button md-icon">
+ <a href="{{ page.nb_url }}" title="Download notebook" class="md-content__button md-icon" download>
{% include ".icons/material/download.svg" %}
7
</a>
8
{% endif %}
0 commit comments