Class: SleepingKingStudios::Docs::Tasks::Installation::InstallWorkflow

Inherits:
Base
  • Object
show all
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

Instance Method Details

#workflowObject

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(**constructor_options)
    .call(**command_options)
end