Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
houlinjiang committed Apr 1, 2024
1 parent e280279 commit f78a1e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup docs
run: mkdir docs-dist && cp -r README.md docs-dist
run: mkdir docs-dist && cp README.md docs-dist/index.md && cp -r react css-in-javascript docs-dist

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gitignore

docs-dist
node_modules

# Only apps should have lockfiles
Expand Down

0 comments on commit f78a1e2

Please sign in to comment.