Skip to content

Commit

Permalink
Update deploy-book.yml to manually trigger the workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cerkut committed Apr 9, 2024
1 parent 36351a7 commit 20de336
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: deploy-book

name: deploy-book

# Run this when the master or main branch changes
on:
push:
Expand All @@ -13,6 +11,9 @@ on:
#
# paths:
# - some-subfolder/**
workflow_dispatch: # manually trigger the workflow for testing.
branches:
- main

# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
Expand Down

0 comments on commit 20de336

Please sign in to comment.