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.
2 parents 248c465 + 4a1182f commit c780335Copy full SHA for c780335
.github/workflows/release.yml
@@ -242,8 +242,8 @@ jobs:
242
env:
243
GITHUB_WORKSPACE: ${{ github.workspace }}
244
run: |
245
- mkdir -p ${{ GITHUB_WORKSPACE }}/_site_final
246
- for DIR in ${{ GITHUB_WORKSPACE }}/_site_temp/*; do
+ mkdir -p ${GITHUB_WORKSPACE}/_site_final
+ for DIR in ${GITHUB_WORKSPACE}/_site_temp/*; do
247
if [ -d "$DIR" ]; then
248
if [ "$(basename "$DIR")" == "root" ]; then
249
cp -r "$DIR"/* ${{ GITHUB_WORKSPACE }}/_site_final/
0 commit comments