Skip to content

Commit

Permalink
have to mv instead of cp
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Jun 22, 2021
1 parent b36a4e5 commit 29c23e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build docs
run: |
mkdocs build
cp -r site ../site
mv site ../site
git fetch --all
git checkout gh-pages
cp -r ../site/* .
Expand Down

0 comments on commit 29c23e4

Please sign in to comment.