Skip to content

Commit 10cea3e

Browse files
committed
demo
1 parent ab4016b commit 10cea3e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/npm-publish-github-packages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ name: Node.js Package
55

66
on:
77
push:
8-
branches: [main, dev]
8+
branches:
9+
- main
10+
- "releases/**"
11+
- dev
912
release:
1013
types: [created]
1114

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
This repo is a GitHub Actions demo of publishing a React App into GitHub Pages.
22

3-
View the [workflow file](./.github/workflows/ci.yml) and the [published website](https://ruanyf.github.io/github-actions-demo).
3+
View the [workflow file](./.github/workflows/ci.yml) and the [published website](https://wscats.github.io/github-actions-tutorial).
44

5-
Read the details in [my blog](http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html) (in Chinese).
5+
# 参考文档
6+
7+
- [GitHub Actions/工作流程语法](https://docs.github.com/cn/actions/using-workflows/workflow-syntax-for-github-actions)

0 commit comments

Comments
 (0)