We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 743834a commit a23561eCopy full SHA for a23561e
.github/workflows/release.yml
@@ -525,7 +525,7 @@ jobs:
525
GITHUB_TOKEN: ${{ github.token }}
526
run: |
527
mkdir -p "${{ needs.build.outputs.distname }}/doc"
528
- cmd="python modflow6/distribution/build_docs.py -b bin -o doc"
+ cmd="python modflow6/distribution/build_docs.py -b bin -o doc --force"
529
models="${{ inputs.models }}"
530
if [ -n "$models" ]; then
531
cmd="$cmd -m ${models//,/ -m }"
0 commit comments