Skip to content

Commit dcd80ba

Browse files
committed
Update build.yml
1 parent 9be7ab6 commit dcd80ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
with:
2222
repository: th3cyb3rhub/TheCyberHUB
2323
ref: gh-pages
24-
path: gh-pages # Check out into a subdirectory
24+
path: ./ # Check out into a subdirectory
2525

2626
- name: Copy content from gh-pages to current directory
2727
run: |
2828
if (Test-Path "gh-pages") {
29-
Copy-Item -Recurse -Force "gh-pages/*" "."
29+
Copy-Item -Recurse -Force "./*" "."
3030
} else {
3131
Write-Host "gh-pages directory does not exist."
3232
}

0 commit comments

Comments
 (0)