mirror of
https://github.com/Icinga/icinga-docs-tools.git
synced 2025-07-23 13:54:23 +02:00
Ensure to pull the reference (branch) after fetching it
This commit is contained in:
parent
962adb6c22
commit
63c979f37b
@ -34,7 +34,7 @@ config['projects'].each do |project_name, project_config|
|
||||
|
||||
puts "Checkout ref '#{project_config['ref']}'"
|
||||
repo.branch(project_config['ref']).checkout
|
||||
|
||||
repo.pull()
|
||||
|
||||
puts "Building page index from #{project_docs_dir}"
|
||||
Dir.glob("#{project_docs_dir}/*.md", File::FNM_CASEFOLD).sort.each do |file|
|
||||
|
Loading…
x
Reference in New Issue
Block a user