Skip to content

Commit

Permalink
test: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahui92 committed Aug 30, 2024
1 parent f699950 commit b059004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web-rtc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload folder
path: './web-rtc'
path: './web-rtc/dist'

- name: Deploy to GitHub Pages
id: deployment
Expand Down
1 change: 1 addition & 0 deletions web-rtc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## 启动
* npm i
* npm run start

0 comments on commit b059004

Please sign in to comment.