Skip to content

Commit

Permalink
module dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hjorslev committed Apr 27, 2024
1 parent a1f9d41 commit df4e7fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/UpdateDocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 📄 Docs
name: Build documentation

on:
push:
Expand All @@ -20,8 +20,9 @@ jobs:
with:
modules-to-cache-prerelease: platyPS:2.0.0-preview1

- name: 📄 Update documentation
- name: 📦 Update documentation
run: |
Import-Module platyPS -Force
Update-MarkdownHelpModule .\docs\ -AlphabeticParamsOrder -RefreshModulePage -UpdateInputOutput -ModulePagePath .\docs\index.md
- name: 📦 Commit and push changes
Expand Down

0 comments on commit df4e7fc

Please sign in to comment.