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 e77f7c9 commit 1adc8c8Copy full SHA for 1adc8c8
.github/workflows/deploy.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- main
7
+
8
+ # Allow to run this workflow manually from the Actions tab
9
+ workflow_dispatch:
10
11
env:
12
# `BASE_URL` determines the website is served from, including CSS & JS assets
13
# You may need to change this to `BASE_URL: ''`
0 commit comments