Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
yliuuuu committed Jan 23, 2024
1 parent 9be2c92 commit c8d2ea8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pr_to_gh_page_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
send-pull-requests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build Bundle
run: |
Expand All @@ -24,19 +24,12 @@ jobs:
cp dist/*.txt ~/artifact
ls ~/artifact >> $GITHUB_STEP_SUMMARY
- name: set up SSH
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
name: id_rsa
known_hosts: unnecessary

- name: checkout github page repo
uses: actions/checkout@v4
with:
repository: 'partiql/partiql.github.io'
ref: 'main'
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
token: ${{ secrets.ACTION_TOKEN }}

- name: port changes
run: |
Expand Down

0 comments on commit c8d2ea8

Please sign in to comment.