Skip to content

Commit c813c05

Browse files
Restoring the watermark for development, although we know it conflicts with Acrobat
1 parent a26f44a commit c813c05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/development-generate-pdf-files.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
run: |
7171
export JAVA_TOOL_OPTIONS="-Djavax.xml.XMLConstants.FEATURE_SECURE_PROCESSING=false" ; \
7272
cd ${{ github.workspace }} ; perl build/build.pl
73-
#- name: Add draft watermark to the PDF files
74-
# run: |
75-
# cd ${{ github.workspace }} ; fdfind -e pdf . 'out' -x watermark grid {} "draft"
73+
- name: Add draft watermark to the PDF files
74+
run: |
75+
cd ${{ github.workspace }} ; fdfind -e pdf . 'out' -x watermark grid {} "draft"
7676
- name: Calculate the short commit ID
7777
id: vars
7878
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)