Skip to content

Commit

Permalink
relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
yliuuuu committed Jan 22, 2024
1 parent 9943b2d commit f455216
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr_to_gh_page_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
git checkout -b $BRANCH_NAME
# Remove Static Folder
rm -r $FOLDER/ui/src/static
mkdir $FOLDER/ui/src/static
cp $GITHUB_WORKSPACE/artifact/*.wasm $FOLDER/ui/src/static
cp $GITHUB_WORKSPACE/artifact/*.js $FOLDER/ui/src/static
cp $GITHUB_WORKSPACE/artifact/playground.js.LICENSE.txt $FOLDER/ui/playground.js.LICENSE.txt
rm -r ui/src/static
mkdir ui/src/static
cp $GITHUB_WORKSPACE/artifact/*.wasm ui/src/static
cp $GITHUB_WORKSPACE/artifact/*.js ui/src/static
cp $GITHUB_WORKSPACE/artifact/playground.js.LICENSE.txt ui/playground.js.LICENSE.txt
# Commit the changes and push the feature branch to origin
git add .
Expand Down

0 comments on commit f455216

Please sign in to comment.