Skip to content

Commit 5595da1

Browse files
committed
Update GitHub workflow to include glossary JSON
1 parent 18dec05 commit 5595da1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-git-version-and-manual-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
id: manual-pages
8181
if: steps.commit.outputs.result != '' || inputs.force-rebuild == true
8282
run: |
83-
git add -A external/docs &&
83+
git add -A external/docs static/js/glossary &&
8484
if test true = '${{ inputs.force-rebuild }}' && git diff-index --cached --quiet HEAD --
8585
then
8686
echo '::notice::A manual pages rebuild was requested but resulted in no changes' >&2

.github/workflows/update-translated-manual-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
mkdir -p external/docs/sync &&
6767
git -C '${{ runner.temp }}/git-html-l10n' rev-parse HEAD >external/docs/sync/git-html-l10n.sha &&
68-
git add external/docs/sync/git-html-l10n.sha &&
68+
git add external/docs/sync/git-html-l10n.sha static/js/glossary &&
6969
7070
git add -A external/docs &&
7171
if test true = '${{ inputs.force-rebuild }}' && git diff-index --cached --quiet HEAD --

0 commit comments

Comments
 (0)