Skip to content

Commit

Permalink
fix: fix tx error
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbigDreamer committed Apr 14, 2024
1 parent 8ee8767 commit 1e041ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
# Generate CNAME File
- run: echo weekly.binlin.wang > CNAME
- run: echo weekly.binlin.wang > docs/CNAME
- run: echo 12432422502508732305 > tencent13364087406854908580.txt
- run: cp docs/tencent13364087406854908580.txt tencent13364087406854908580.txt
- uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: weekly.binlin.wang
CONFIG_FILE: mkdocs.yml
REQUIREMENTS: .requirements.txt
- run: echo 12432422502508732305 > tencent13364087406854908580.txt
- run: cp docs/tencent13364087406854908580.txt tencent13364087406854908580.txt

0 comments on commit 1e041ab

Please sign in to comment.