Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quarto-dev/quarto-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.6
Choose a base ref
...
head repository: quarto-dev/quarto-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 10 files changed
  • 7 contributors

Commits on Dec 11, 2024

  1. Configuration menu
    Copy the full SHA
    8776aaf View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Configuration menu
    Copy the full SHA
    8ed9114 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    6e5c735 View commit details
    Browse the repository at this point in the history
  2. Fix setup on linux arm64 (#122)

    Co-authored-by: Christophe Dervieux <[email protected]>
    gaborcsardi and cderv authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    4aad30c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ab775c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e48da2 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Configuration menu
    Copy the full SHA
    0b1af93 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Fix test workflow

    cderv committed May 9, 2025
    Configuration menu
    Copy the full SHA
    58e691f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Configuration menu
    Copy the full SHA
    e61e6c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Add GitHub Actions workflow for Quarto publishing (#129)

    Example that uses uv for Python package management.
    dkapitan authored Sep 14, 2025
    Configuration menu
    Copy the full SHA
    8c7a6fc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    3e5a86f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. initialize a CLAUDE.md

    cderv committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    a82bdfa View commit details
    Browse the repository at this point in the history
  2. 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.
    cderv committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    0ffb259 View commit details
    Browse the repository at this point in the history
  3. 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.
    cderv committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    23bb8b3 View commit details
    Browse the repository at this point in the history
  4. 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.
    cderv committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    2e0743a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ab4dea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a96df1 View commit details
    Browse the repository at this point in the history
  7. Add gitignore dev tooling

    cderv committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    877ac20 View commit details
    Browse the repository at this point in the history
Loading