Skip to content

Commit

Permalink
fix: Change outout folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mkc19 authored Mar 15, 2023
1 parent 4d5faea commit 0571802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pelican ${PELICAN_CONTENT_FOLDER:=content} -o docs -s ${PELICAN_CONFIG_FILE:=pub

echo 'Publishing to GitHub Pages 📤 '
git config --global --add safe.directory /github/workspace
pushd output
pushd docs
git init
git remote add deploy "$remote_repo"
git checkout $remote_branch || git checkout --orphan $remote_branch
Expand Down

0 comments on commit 0571802

Please sign in to comment.