Skip to content

Commit 248c465

Browse files
authored
Merge pull request #304 from ma10/debug-release-wf-20250526_2
Correct github_workspace handling.
2 parents 9105e27 + 9bd6d72 commit 248c465

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ jobs:
178178
working-directory: ${{ github.workspace }}
179179

180180
- name: Build documentation for ${{ env.CURRENT_TAG }}
181+
env:
182+
GITHUB_WORKSPACE: ${{ github.workspace }}
181183
run: |
182184
if [ ! -f ./build.mk ]; then
183185
BUILD_PROCEDURE=0
@@ -237,6 +239,8 @@ jobs:
237239
path: ${{ github.workspace }}/_site_temp
238240

239241
- name: Prepare final deployment directory
242+
env:
243+
GITHUB_WORKSPACE: ${{ github.workspace }}
240244
run: |
241245
mkdir -p ${{ GITHUB_WORKSPACE }}/_site_final
242246
for DIR in ${{ GITHUB_WORKSPACE }}/_site_temp/*; do

0 commit comments

Comments
 (0)