We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f5d6a3 + 18c6129 commit 2dd4525Copy full SHA for 2dd4525
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