Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
yliuuuu committed Jan 22, 2024
1 parent 609a52b commit 9943b2d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pr_to_gh_page_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Send pull-request
run: |
REPOSITORY="partiql/partiql.github.io"
REPOSITORY="partiql.github.io"
FOLDER="bin/$REPOSITORY"
BRANCH_NAME="Update-Playground"
Expand All @@ -42,6 +42,8 @@ jobs:
echo "clone completed"
cd $FOLDER
ls
# Setup the committers identity.
git config user.email "[email protected]"
Expand All @@ -51,7 +53,7 @@ jobs:
git checkout -b $BRANCH_NAME
# Remove Static Folder
rm -rf $FOLDER/ui/src/static
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
Expand Down

0 comments on commit 9943b2d

Please sign in to comment.