Skip to content

Commit a7accd3

Browse files
authored
[CI] Fix path in update-website.yml. (#25795)
1 parent a86846f commit a7accd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
fi
4747
# Create a PR against the emscripten-site repo
48-
cd ../emscripten-site
48+
cd site/emscripten-site
4949
git push origin update
5050
gh pr create --fill --base gh-pages --reviewer sbc100,kripken
5151
gh pr merge --squash --auto

0 commit comments

Comments
 (0)