Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SSSensational committed May 14, 2024
1 parent 010ee99 commit 26e3d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn build:docs
- run: cp CNAME ./examples/docs/dist/
- run: cp CNAME ./dev-examples/docs/dist/
- name: Deploy to use-wallet.fluentwallet.dev
uses: dswistowski/surge-sh-action@v1
with:
domain: "use-wallet.fluentwallet.dev"
project: "./examples/docs/dist/"
project: "./dev-examples/docs/dist/"
login: ${{ secrets.CONFLUX_ECO_SURGE_LOGIN}}
token: ${{ secrets.CONFLUX_ECO_SURGE_TOKEN}}

0 comments on commit 26e3d9f

Please sign in to comment.