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: PSModule/Process-PSModule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.16
Choose a base ref
...
head repository: PSModule/Process-PSModule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 14, 2025

  1. 🪲 [Fix]: Fix placement of docs after copy (#138)

    ## Description
    
    This pull request includes improvements to the `CI.yml` and
    `workflow.yml` reusable workflows.
    
    * Modified the `Copy-Item` command to include all files in the source
    directory by appending `/*` to the path.
    * Added a `try-catch` block around the `git add` and `git commit`
    commands to handle cases where there are no changes to commit,
    preventing errors.
    
    ## Type of change
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [ ] 📖 [Docs]
    - [x] 🪲 [Fix]
    - [ ] 🩹 [Patch]
    - [ ] ⚠️ [Security fix]
    - [ ] 🚀 [Feature]
    - [ ] 🌟 [Breaking change]
    
    ## Checklist
    
    <!-- Use the check-boxes [x] on the options that are relevant. -->
    
    - [x] I have performed a self-review of my own code
    - [x] I have commented my code, particularly in hard-to-understand areas
    MariusStorhaug authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    44ceccb View commit details
    Browse the repository at this point in the history
Loading