Skip to content

Commit fa86be1

Browse files
fix: allow docs CI to be manually triggered, better download button (#99)
1 parent 279299f commit fa86be1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build docs
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% block content %}
44
{% if page.nb_url %}
5-
<a href="{{ page.nb_url }}" title="Download Notebook" class="md-content__button md-icon">
5+
<a href="{{ page.nb_url }}" title="Download notebook" class="md-content__button md-icon" download>
66
{% include ".icons/material/download.svg" %}
77
</a>
88
{% endif %}

0 commit comments

Comments
 (0)