Skip to content

Commit 85a45dc

Browse files
committed
Test profile merger
1 parent 3fcde3a commit 85a45dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
submodules: true
1315
- name: JDK setup
1416
uses: actions/setup-java@v2
1517
with:
@@ -26,9 +28,9 @@ jobs:
2628
uses: drud/action-cross-commit@master
2729
with:
2830
source-folder: corpus-wiki-generation/output
29-
destination-repository: https://MaximPlusov:${{ secrets.API_TOKEN_GITHUB }}@github.com/MaximPlusov/veraPDF-validation-profiles.wiki
31+
destination-repository: https://MaximPlusov:${{ secrets.API_TOKEN_GITHUB }}@github.com/MaximPlusov/veraPDF-validation-profiles
3032
destination-folder: .
3133
destination-branch: master
3234
git-user: "Git User"
3335
git-commit-sign-off: "false"
34-
excludes: .git:PDF_A:Undefined.md:README.md
36+
excludes: .git:Home.md:Undefined.md:ISO 32000 1.md:ISO 32000 2.md:TWG test files.md

0 commit comments

Comments
 (0)