Skip to content

Commit

Permalink
Fix wrong directory...
Browse files Browse the repository at this point in the history
  • Loading branch information
etra0 committed Oct 22, 2024
1 parent a2fcd3a commit 7e22476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
echo Executing pre-generate-site hooks scripts
PowerShell -ExecutionPolicy Bypass -File "tools\generate-site-hooks\generatebannerspage.ps1"
del /q ..\_framedsc.github.io\*.*
del /q .\_framedsc.github.io\*.*
for /d %%i in (.\_framedsc.github.io\*.*) do @rd /s /q "%%i"
copy /y theme\destination\favicon.ico .\site
robocopy .\site ..\_framedsc.github.io /s /e
robocopy .\site .\_framedsc.github.io /s /e
if ErrorLevel 8 (exit /B 1) else (exit /B 0)
- name: Submit site
Expand Down

0 comments on commit 7e22476

Please sign in to comment.