Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
houlinjiang committed Mar 31, 2024
1 parent 0d9cb74 commit 3088411
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 @@ -3,7 +3,7 @@ name: Deploy static content to Pages
on:
push:
branches: [ "cn" ]

jobs:
cache-and-install:
runs-on: ubuntu-latest
Expand All @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

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

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

0 comments on commit 3088411

Please sign in to comment.