Skip to content

Commit

Permalink
modify copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyhickson authored Jul 27, 2023
1 parent 49c0cb4 commit 4d56594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_wps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
cd ../publish_wps
git fetch origin gh-pages
git checkout gh-pages
cp -r ../simulation-systems/build/html .
cp -r ../simulation-systems/build/html/. .
git commit -am "Docs build"
git push -u origin gh-pages

0 comments on commit 4d56594

Please sign in to comment.