Skip to content

Commit 6517e53

Browse files
committed
fixing path. again.
1 parent f99515f commit 6517e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
git config user.email "actions@github.com"
5454
5555
temp_dir=$(mktemp -d)
56-
cp -R docs/html/. "$temp_dir"/
56+
cp -R docs/. "$temp_dir"/
5757
5858
git fetch origin gh-pages || true
5959
if git ls-remote --exit-code --heads origin gh-pages; then

0 commit comments

Comments
 (0)