Class: SleepingKingStudios::Docs::Tasks::Installation::InstallWorkflow
- Inherits:
-
Base
- Object
- Thor
- Base
- SleepingKingStudios::Docs::Tasks::Installation::InstallWorkflow
- Defined in:
- lib/sleeping_king_studios/docs/tasks/installation/install_workflow.rb
Overview
CLI task for installing the GitHub pages CI workflow.
Instance Method Summary collapse
-
#workflow ⇒ Object
Installs the GitHub pages CI workflow.
Instance Method Details
#workflow ⇒ Object
Installs the GitHub pages CI workflow.
30 31 32 33 34 |
# File 'lib/sleeping_king_studios/docs/tasks/installation/install_workflow.rb', line 30 def workflow SleepingKingStudios::Docs::Commands::Installation::InstallWorkflow .new(**) .call(**) end |