Skip to content

Commit

Permalink
Added the ability to manually trigger releasing updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson-knight committed Nov 12, 2023
1 parent 8b56b22 commit 7bfaec4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
tag:
description: 'Tag to deploy'
required: true

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 7bfaec4

Please sign in to comment.