Skip to content

Commit 66999f3

Browse files
committed
Use gap-actions/update-gh-pages with the extra-files input
This allows us to make sure that the latest CHANGELOG.md gets copied to the website.
1 parent 73426ba commit 66999f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ jobs:
7676
dry-run: ${{ inputs.dry-run }}
7777
force: ${{ inputs.force }}
7878
body-text: ${{ env.BODY }}
79+
7980
- uses: gap-actions/update-gh-pages@v1
80-
if: ${{ !inputs.dry-run }}
8181
with:
8282
# The <clean> option stops the action from updating the website with
8383
# the latest GitHubPagesForGAP code, because we have customised our
@@ -89,3 +89,5 @@ jobs:
8989
# website code that we haven't customised. But this would have to be
9090
# done carefully.
9191
clean: false
92+
dry-run: ${{ inputs.dry-run }}
93+
extra-files: "CHANGELOG.md"

0 commit comments

Comments
 (0)