We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88426be commit 2dca71fCopy full SHA for 2dca71f
‎.github/workflows/Build-Docs.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/download-artifact@v4
59
with:
60
name: module
61
- path: outputs/module
+ path: ${{ inputs.Path }}/outputs/module
62
63
- name: Document module
64
uses: PSModule/Document-PSModule@v1
@@ -74,7 +74,7 @@ jobs:
74
uses: actions/upload-artifact@v4
75
76
name: docs
77
- path: outputs/docs
+ path: ${{ inputs.Path }}/outputs/docs
78
if-no-files-found: error
79
retention-days: 1
80
@@ -101,7 +101,7 @@ jobs:
101
env:
102
FILTER_REGEX_INCLUDE: outputs/docs
103
DEFAULT_BRANCH: main
104
- DEFAULT_WORKSPACE: ${{ github.workspace }}
+ DEFAULT_WORKSPACE: ${{ inputs.Path }}
105
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
106
GITHUB_TOKEN: ${{ github.token }}
107
RUN_LOCAL: true
0 commit comments