Skip to content

Commit

Permalink
只部署 readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
houlinjiang committed Apr 1, 2024
1 parent 3088411 commit e280279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches: [ "cn" ]

jobs:
cache-and-install:
deploy-to-gh-pages:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup docs
run: mkdir docs-dist && cp -r README.md react docs-dist
run: mkdir docs-dist && cp -r README.md docs-dist

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit e280279

Please sign in to comment.