Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
PasaOpasen committed Apr 13, 2024
1 parent dda84c5 commit 16d39ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/deploy-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ head=$(git rev-parse HEAD)

git clone -b gh-pages "https://pasaopasen:$GH_PASSWORD@github.com/$GITHUB_REPOSITORY.git" gh-pages
mkdir -p gh-pages/docs
cp -R documentation/geneticalgorithm2/* gh-pages/docs/
cp -R documentation/* gh-pages/docs/
cd gh-pages
sitemap
git add *
Expand Down

0 comments on commit 16d39ef

Please sign in to comment.