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.
2 parents 8b19fd9 + 04d4749 commit 7c3e805Copy full SHA for 7c3e805
.github/workflows/distribute.yml
@@ -1,10 +1,9 @@
1
name: Distribution Workflow
2
3
on:
4
+ workflow_dispatch:
5
release:
- types:
6
- - published
7
- - released
+ types: [published, released]
8
9
jobs:
10
build:
changelog/v2.1.2.md
@@ -1,3 +1,5 @@
# v2.1.2
* Fixes [superfences bug](https://github.com/neatc0der/mkdocs-markmap/issues/19)
+* Updates distribute workflow
+
0 commit comments