-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: quarto-dev/quarto-actions
base: v2.1.6
head repository: quarto-dev/quarto-actions
compare: main
- 18 commits
- 10 files changed
- 7 contributors
Commits on Dec 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8776aaf - Browse repository at this point
Copy the full SHA 8776aafView commit details
Commits on Feb 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8ed9114 - Browse repository at this point
Copy the full SHA 8ed9114View commit details
Commits on Feb 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6e5c735 - Browse repository at this point
Copy the full SHA 6e5c735View commit details -
Fix setup on linux arm64 (#122)
Co-authored-by: Christophe Dervieux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4aad30c - Browse repository at this point
Copy the full SHA 4aad30cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab775c - Browse repository at this point
Copy the full SHA 3ab775cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e48da2 - Browse repository at this point
Copy the full SHA 9e48da2View commit details
Commits on Mar 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b1af93 - Browse repository at this point
Copy the full SHA 0b1af93View commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 58e691f - Browse repository at this point
Copy the full SHA 58e691fView commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e61e6c4 - Browse repository at this point
Copy the full SHA e61e6c4View commit details
Commits on Sep 14, 2025
-
Add GitHub Actions workflow for Quarto publishing (#129)
Example that uses uv for Python package management.
Configuration menu - View commit details
-
Copy full SHA for 8c7a6fc - Browse repository at this point
Copy the full SHA 8c7a6fcView commit details
Commits on Oct 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3e5a86f - Browse repository at this point
Copy the full SHA 3e5a86fView commit details
Commits on Nov 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a82bdfa - Browse repository at this point
Copy the full SHA a82bdfaView commit details -
Fix publish action for actions/checkout@v6 worktree credentials (#133)
actions/checkout@v6 moved credentials from .git/config to a separate file using includeIf for security (actions/checkout#2286). This breaks quarto publish gh-pages which uses git worktrees, since the includeIf condition doesn't match worktree paths. The fix propagates the credential configuration to worktrees by adding a second includeIf rule that matches .git/worktrees/* paths. This is backward compatible - it only runs if v6-style credentials exist. Also updates test.yaml to use checkout@v6 and documents v6 compatibility in publish/README.md.
Configuration menu - View commit details
-
Copy full SHA for 0ffb259 - Browse repository at this point
Copy the full SHA 0ffb259View commit details -
Add automated testing for publish action
Creates a test workflow that generates a documentation website from the repository READMEs and publishes it to gh-pages. This tests the full publish action workflow including the worktree credential handling. The workflow: - Runs on push to main and manual dispatch - Dynamically generates Quarto site from READMEs via heredoc - Fixes relative links to work in the rendered site - Publishes to gh-pages, testing the complete worktree code path Also creates a minimal documentation site at quarto-dev.github.io/quarto-actions/ as a useful side benefit.
Configuration menu - View commit details
-
Copy full SHA for 23bb8b3 - Browse repository at this point
Copy the full SHA 23bb8b3View commit details -
Add Examples page with dynamic sidebar navigation
Uses yq to dynamically discover and add all example-*.md files to a floating sidebar. Automatically adapts to new examples without manual config updates.
Configuration menu - View commit details
-
Copy full SHA for 2e0743a - Browse repository at this point
Copy the full SHA 2e0743aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab4dea - Browse repository at this point
Copy the full SHA 9ab4deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a96df1 - Browse repository at this point
Copy the full SHA 8a96df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 877ac20 - Browse repository at this point
Copy the full SHA 877ac20View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.6...main