Skip to content

Commit

Permalink
ci: add workflow dispatch (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur authored Oct 24, 2024
1 parent 7eaf30e commit 67f819d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Docs
on:
release:
types: [created]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -39,7 +40,6 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 67f819d

Please sign in to comment.