Skip to content

Commit

Permalink
fix(github actions): fix site.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
E1PsyCongroo committed Oct 13, 2024
1 parent fead9bd commit e452791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ CODE_DIR="$WORK_DIR/Others/Codes"
JEKLLY_TOOL_DIR="$WORK_DIR/Tools/ghpages-mini-fileserver"
cp -r "$CODE_DIR" "$JEKLLY_TOOL_DIR/resources"
bash "$JEKLLY_TOOL_DIR/prenodes.sh"
cd "$JEKLLY_TOOL_DIR" && bundle exec jekyll build --baseurl "$1"
cd "$JEKLLY_TOOL_DIR" && bundle install && bundle exec jekyll build --baseurl "$1"
cp -r "$JEKLLY_TOOL_DIR/_site" "$SITE_DIR"

0 comments on commit e452791

Please sign in to comment.