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 9e3a55c commit ee0bc26Copy full SHA for ee0bc26
.github/workflows/DeployPages.yml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- "gh-pages"
8
9
+ # manually trigger the workflow
10
+ workflow_dispatch:
11
+
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
permissions:
14
contents: read
0 commit comments