Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 3, 2026

Description

Sync of #1867 to prerelease.

Original PR

Add veraPDF download redirect

Adds netlify.toml with a static redirect for veraPDF downloads. The _redirects file is auto-generated by CI every 15 minutes, so using netlify.toml keeps static redirects separate (Netlify merges both).

Redirect

/download/verapdf/1.28.2/verapdf-greenfield-1.28.2-installer.zip → S3 bucket (301)

And this would work for any future version.

Why

This enables quarto-cli to use a stable, version-agnostic URL for quarto install tool verapdf. Version management happens server-side by updating the redirect target.

A companion PR in quarto-cli will update the CLI to use this URL (should be merged after this one deploys).

Add Netlify redirect for veraPDF downloads

Introduce netlify.toml with a :version/* wildcard redirect pointing to
versioned veraPDF files on S3. This provides a stable, version-agnostic
download URL for quarto-cli while allowing server-side version control.

Include netlify.toml in Quarto resources so it is copied to _site/.

(cherry picked from commit a074e90)
@cderv
Copy link
Collaborator

cderv commented Feb 3, 2026

/deploy-preview

@cderv cderv merged commit 9964902 into prerelease Feb 3, 2026
@cderv cderv deleted the sync-1867-to-prerelease branch February 3, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant