Skip to content

Commit

Permalink
Merge pull request #49 from lestrrat-go/update-autodoc
Browse files Browse the repository at this point in the history
tweak link_ref
  • Loading branch information
lestrrat authored Oct 9, 2024
2 parents f9dc99d + 67f53c7 commit 2a22c90
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 2a22c90

Please sign in to comment.