Skip to content

Commit

Permalink
Update deploy-site.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iosh authored Sep 2, 2024
1 parent 01bb8b1 commit f5b8501
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 @@ -12,7 +12,7 @@ jobs:
matrix:
node-version: [20.11.1]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: yarn install
- run: yarn build:docs
- run: cp CNAME ./dev-examples/docs/dist/
Expand All @@ -22,4 +22,4 @@ jobs:
domain: "use-wallet.fluentwallet.dev"
project: "./dev-examples/docs/dist/"
login: ${{ secrets.CONFLUX_ECO_SURGE_LOGIN}}
token: ${{ secrets.CONFLUX_ECO_SURGE_TOKEN}}
token: ${{ secrets.CONFLUX_ECO_SURGE_TOKEN}}

0 comments on commit f5b8501

Please sign in to comment.