Skip to content

Commit

Permalink
Fix TARGET_DIR for minor release (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Oct 10, 2020
1 parent b0a4da8 commit fb3898c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
cp -R preview/${{ steps.prep.outputs.branch }}/* ${TARGET_DIR}
# Update minor version (e.g. "1.2.3" => "1.2")
TARGET_DIR=gh-pages/${{ matrix.api }}/${{ steps.prep.outputs.version_major }}.${{ steps.prep.outputs.version_minor }}
TARGET_DIR=gh-pages/${{ matrix.api }}/${{ steps.prep.outputs.version_minor }}
mkdir -p ${TARGET_DIR}
cp -R preview/${{ steps.prep.outputs.branch }}/* ${TARGET_DIR}
fi
Expand Down

0 comments on commit fb3898c

Please sign in to comment.