Skip to content

Commit 830b62e

Browse files
strogonoffronaldtse
authored andcommitted
chore(ops): commit correct artifacts
1 parent 0eddd89 commit 830b62e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ jobs:
6060
- name: "Firelight: commit"
6161
run: |
6262
ls -Al
63-
git add _site/documents.xml
64-
git commit -m "Commit MN XML"
63+
git add documents.xml
64+
git add **/*.pdf
65+
git add **/*.xml
66+
git commit -m "Commit MN XML & PDF artifacts"
6567
6668
- name: "Firelight: prepare config"
6769
run: |

0 commit comments

Comments
 (0)