Skip to content

Commit

Permalink
Fix path of docs/index.html in entrypoints script
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 10, 2022
1 parent 94d878a commit b023234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/github-pages-deploy-action/entrypoint.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ else
cd $DOC_FOLDER
fi

cp -r ../build/docs/index.html $DOC_FOLDER/index.html
cp -r ../build/docs/index.html ./index.html

# Builds the project if a build script is provided.
echo "Running build scripts... $BUILD_SCRIPT" && \
Expand Down

0 comments on commit b023234

Please sign in to comment.