Skip to content

Commit

Permalink
Actions: Output to /bin/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yestalgia committed Apr 1, 2024
1 parent 6194714 commit 013ee54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions combineMarkdown.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,9 @@ function Copy-ImagesToDirectory {
}


$directoryPath = "./pages/" # Path To Grav Documentation
$imageDir = "./.github/workflows/images/"
$outputFile = "./.github/workflows/combined_documentation.md" # Path to where you want your damn markdown ;)
$directoryPath = "./pages/" # Path To Grav Documentation
$imageDir = "./.github/workflows/bin/images/" # Path to where images should go
$outputFile = "./.github/workflows/bin/combined_documentation.md" # Path to where you want your damn markdown ;)


# Move all image files into ./images so they can be found
Expand Down

0 comments on commit 013ee54

Please sign in to comment.