File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ concurrency:
1414jobs :
1515 build :
1616 runs-on : ubuntu-latest
17- env :
18- SITE_DIR : ${{ runner.temp }}/httk-docs-site
1917 steps :
18+ - name : Resolve the site staging directory
19+ run : echo "SITE_DIR=$RUNNER_TEMP/httk-docs-site" >> "$GITHUB_ENV"
20+
2021 - uses : actions/checkout@v4
2122 with :
2223 fetch-depth : 0
Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 environment : docs-repair
22- env :
23- SITE_DIR : ${{ runner.temp }}/httk-docs-site
2422 steps :
23+ - name : Resolve the site staging directory
24+ run : echo "SITE_DIR=$RUNNER_TEMP/httk-docs-site" >> "$GITHUB_ENV"
25+
2526 - uses : actions/checkout@v4
2627 with :
2728 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ concurrency:
1515jobs :
1616 build :
1717 runs-on : ubuntu-latest
18- env :
19- SITE_DIR : ${{ runner.temp }}/httk-docs-site
2018 steps :
19+ - name : Resolve the site staging directory
20+ run : echo "SITE_DIR=$RUNNER_TEMP/httk-docs-site" >> "$GITHUB_ENV"
21+
2122 - uses : actions/checkout@v4
2223 with :
2324 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments