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 8000968 + 6f8105c commit cbf0173Copy full SHA for cbf0173
.github/workflows/main.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
tags:
6
- '*' # Triggers the workflow only on version tags
7
+ workflow_dispatch: # Allows manual triggering of the workflow
8
9
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
10
permissions:
@@ -44,4 +45,4 @@ jobs:
44
45
steps:
46
- name: Deploy to GitHub Pages
47
id: deployment
- uses: actions/deploy-pages@v4
48
+ uses: actions/deploy-pages@v4
0 commit comments