Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebazza authored Mar 7, 2024
1 parent 3ae9f41 commit afa7099
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
BRANCH:
description: 'Branch to use'
required: true
default: 'gh-pages'
type: choice
options:
- master
- gh-pages

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

0 comments on commit afa7099

Please sign in to comment.