Skip to content

Commit

Permalink
excluding the future version from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadoc committed Feb 16, 2024
1 parent 78339a9 commit 0f3c052
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ task :check_pbc do
/docs\/pbc\/\w+\/[\w-]+\/202212\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202307\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202403\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202400\.0\/.+/
/docs\/pbc\/\w+\/[\w-]+\/202400\.0\/.+/,
/docs\/pbc\/\w+\/[\w-]+\/202404\.0\/.+/
]
HTMLProofer.check_directory("./_site", options).run
end
Expand Down

0 comments on commit 0f3c052

Please sign in to comment.