docs: update user list (#5)

This commit is contained in:
yanglbme 2021-12-03 17:33:53 +08:00
parent e7a0ded14a
commit d47e60f4aa
4 changed files with 19 additions and 13 deletions

View File

@ -13,29 +13,29 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: set up node
- name: Set up node
uses: actions/setup-node@v2
with:
node-version: "12"
check-latest: true
- name: build
- name: Build
run: |
npm install
npm run build:h5-netlify
- name: upload dist artifact
- name: Upload dist artifact
uses: actions/upload-artifact@v2
with:
name: dist
path: dist
retention-days: 5
- name: save PR number
- name: Save PR number
if: ${{ always() }}
run: echo ${{ github.event.number }} > ./pr-id.txt
- name: upload PR number
- name: Upload PR number
if: ${{ always() }}
uses: actions/upload-artifact@v2
with:

View File

@ -11,30 +11,30 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
steps:
- name: download PR artifact
- name: Download PR artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: pr
- name: save PR id
- name: Save PR id
id: pr
run: echo "::set-output name=id::$(<pr-id.txt)"
- name: download dist artifact
- name: Download dist artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
workflow_conclusion: success
name: dist
- name: upload surge service
- name: Upload surge service
id: deploy
run: |
export DEPLOY_DOMAIN=https://doocs-md-preview-pr-${{ steps.pr.outputs.id }}.surge.sh
npx surge --project ./ --domain $DEPLOY_DOMAIN --token ${{ secrets.SURGE_TOKEN }}
- name: update status comment
- name: Upload status comment
uses: actions-cool/maintain-one-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
@ -65,13 +65,13 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'failure'
steps:
- name: download PR artifact
- name: Download PR artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow: ${{ github.event.workflow_run.workflow_id }}
name: pr
- name: save PR id
- name: Save PR id
id: pr
run: echo "::set-output name=id::$(<pr-id.txt)"

View File

@ -6,7 +6,7 @@ jobs:
preview:
runs-on: ubuntu-latest
steps:
- name: create
- name: Create
uses: actions-cool/maintain-one-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -324,6 +324,12 @@ md-cli 支持以下命令行参数:
<sub>网文小密圈</sub>
</a>
</td>
<td align="center" style="width: 60px;">
<a href="https://mp.weixin.qq.com/s/k9WbW0zmxl0S2WX2CXQ6cQ">
<img src="https://cdn.jsdelivr.net/gh/filess/img6@main/2021/12/03/1638523595283-d702b1eb-a817-4ecf-8e3d-a63131259fa0.jpg" style="width: 40px;"><br>
<sub>潇洒哥和黑大帅</sub>
</a>
</td>
</tr>
</table>