Skip to content

Commit 508c08c

Browse files
sethaxenclaude
andauthored
ci: force Pkg.build for docs env in Downgrade workflow (#96)
The downgrade-compat resolver half-installs the minimal-version docs manifest (e.g. legacy GR without GR_jll) without running build scripts, so libGR.so never gets downloaded and docdeploy fails. Explicitly building the docs project closes that gap. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a4adbe8 commit 508c08c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/Downgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
projects: ., docs
6363
julia_version: ${{ steps['setup-julia'].outputs.julia-version }}
6464
- uses: julia-actions/julia-buildpkg@v1
65+
- run: julia --project=docs -e 'using Pkg; Pkg.build()'
6566
- uses: julia-actions/julia-docdeploy@v1
6667
env:
6768
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)