Skip to content

Commit

Permalink
tweak link_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Maki committed Oct 9, 2024
1 parent f9dc99d commit 67f53c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/autodoc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

# Use GITHUB_REF, but if the ref is develop/v\d, then use v\d
my $link_ref = $ENV{GITHUB_REF};
$link_ref =~ s{^origin/refs/heads/}{};

my @files = @ARGV;
my @has_diff;
Expand Down

0 comments on commit 67f53c7

Please sign in to comment.