Skip to content

Commit 2cfdfed

Browse files
fix book name by removing superfluous file extension
The workflow adds the `.pdf` extension to the name of the generated file, so this is duplicated
1 parent 190075a commit 2cfdfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
build:
1616
uses: SquareBracketAssociates/BookBuilderDashboard/.github/workflows/main.yml@newVersionOfPillar
1717
with:
18-
bookname: PharoByExample9.pdf
18+
bookname: PharoByExample9

0 commit comments

Comments
 (0)