Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eq19 committed Jul 22, 2023
1 parent 60fb346 commit 53eced4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _plugins/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jekyll_build() {

# Set repository with the update workflow
git config --global user.name "${USER}" && git config --global user.email "${USER}@users.noreply.github.com"
rm -rf .github && mv /maps/.github . && sed -i 's/₠Quantum/'${OWNER}'/g' .github/workflows/main.yml
git config --global --add safe.directory ${GITHUB_WORKSPACE} && rm -rf .github && mv /maps/.github .
chown -R "$(whoami)" .github && sed -i 's/₠Quantum/'${OWNER}'/g' .github/workflows/main.yml
git add . && git commit -m "update workflow" > /dev/null && git push > /dev/null 2>&1

# Get repository structure on gist files
Expand Down

0 comments on commit 53eced4

Please sign in to comment.