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: puppetlabs/rspec-puppet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: puppetlabs/rspec-puppet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cat_1930_fix_ghpages
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 1, 2024

  1. Set correct source directory for jekyll gh-pages action

    The default jekyll gh-pages action "sources" its documentation from the root "/" of the repository; however, the `rspec-puppet` has its documentation root beneath "/docs/".  In other words, the "/docs/" directory contains more advanced jekyll configuration like a "/docs/_config.yml" and a "/docs/_includes/" directory.  This PR fixes the gh-pages deployment.  See https://puppetlabs.github.io/rspec-puppet/ for latest documentation
    
    Signed-off-by: Gavin Didrichsen <gavin.didrichsen@gmail.com>
    gavindidrichsen committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    0517a5b View commit details
    Browse the repository at this point in the history
Loading