Skip to content

Commit a23561e

Browse files
authored
ci(release): overwrite previously existing docs artifacts (#2532)
1 parent 743834a commit a23561e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ jobs:
525525
GITHUB_TOKEN: ${{ github.token }}
526526
run: |
527527
mkdir -p "${{ needs.build.outputs.distname }}/doc"
528-
cmd="python modflow6/distribution/build_docs.py -b bin -o doc"
528+
cmd="python modflow6/distribution/build_docs.py -b bin -o doc --force"
529529
models="${{ inputs.models }}"
530530
if [ -n "$models" ]; then
531531
cmd="$cmd -m ${models//,/ -m }"

0 commit comments

Comments
 (0)