Skip to content

Commit

Permalink
fix wrong copying of folder
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan authored Dec 19, 2023
1 parent 7941de9 commit ce3e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/whatiswot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Change to deployment branch
run: git checkout docusaurus-whatiswot
- name: Move build folder around
run: mkdir -p temp && cp -r Tutorials/whatiswot/website/build/ temp/ && rm -r Tutorials && mkdir -p tutorials/whatiswot && cp -r temp/* tutorials/whatiswot/ && rm -r temp
run: mkdir -p temp && cp -r Tutorials/whatiswot/website/build/* temp/ && rm -r Tutorials && mkdir -p tutorials/whatiswot && cp -r temp/* tutorials/whatiswot/ && rm -r temp
- name: Check for changes
continue-on-error: true
run: |
Expand Down

0 comments on commit ce3e694

Please sign in to comment.