Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

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

Commits on Feb 14, 2025

  1. 🪲 [Fix]: Fix an issue that break the workflow when there is nothing t…

    …o commit in `BuildDocs` (#137)
    
    ## Description
    
    This pull request updates the reusable workflow files to handle docs
    generation without errors.
    
    Improvements to reusable workflows (CI.yml and workflow.yml) :
    
    * In "BuildDocs":
    * Added `continue-on-error: true` and changed the shell to `pwsh` for
    the "Commit all changes" step. Also added commands to temporarily rename
    the `.gitignore` file during the commit process.
    
    ## 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
    175c6b8 View commit details
    Browse the repository at this point in the history
  2. 🪲 [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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.