We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d56e0f commit 18c6129Copy full SHA for 18c6129
action.yml
@@ -161,7 +161,7 @@ runs:
161
if [[ "$branch" == "${{ inputs.default-branch }}" ]]
162
then
163
# Move entire _branch directory.
164
- mv _branch "../${{ inputs.pages-path }}/_branch"
+ mv _branch "../${{ inputs.pages-path }}"
165
else
166
# Remove previous branch content if it exists and replace it with newly generated content.
167
rm -rf "_branch/$branch"
0 commit comments