Skip to content

Commit

Permalink
Made an input to trigger the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
egguy committed Nov 8, 2023
1 parent bf84a47 commit 19010a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ on:
- "*.md"
- docs/**
workflow_dispatch:
start-worflow:
description: 'Number of Octocats'
required: false
default: '1'

jobs:
build-doc:
runs-on: ubuntu-latest
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
id-token: write # to verify the deployment, originates from an appropriate source

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 19010a8

Please sign in to comment.