Skip to content

Commit

Permalink
[fix] SSH transport paths
Browse files Browse the repository at this point in the history
[fix] Giscus React bug (giscus/giscus-component#782)
  • Loading branch information
TechQuery committed Nov 13, 2022
1 parent 7ad6d6c commit aaad2e1
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 763 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@ jobs:
outputs: type=docker,dest=${{ env.ARTIFACT_PATH }}

- name: Pick Docker Compose
run: mv ./docker-compose.yml ./start.sh /tmp
run: |
mkdir ./build
mv ${{ env.ARTIFACT_PATH }} ./docker-compose.yml ./start.sh ./build
- name: Transport Image
uses: garygrossgarten/github-action-scp@release
with:
local: /tmp
local: ./build
remote: /tmp
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"e2e": "jest"
},
"dependencies": {
"@giscus/react": "^2.2.2",
"@giscus/react": "2.2.2",
"array-unique-proposal": "^0.3.4",
"classnames": "^2.3.2",
"echarts-jsx": "^0.4.0",
Expand Down
Loading

1 comment on commit aaad2e1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for kaiyuanshe ready!

✅ Preview
https://kaiyuanshe-atfaivudt-techquery.vercel.app

Built with commit aaad2e1.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.