Skip to content

Commit 74952f1

Browse files
authored
Create vuepress-deploy.yml
1 parent 158cca8 commit 74952f1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Build and Deploy
2+
on: [push]
3+
jobs:
4+
build-and-deploy:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout
8+
uses: actions/checkout@master
9+
10+
- name: vuepress-deploy
11+
uses: jenkey2011/vuepress-deploy@master
12+
env:
13+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
14+
TARGET_REPO: 1812z/RunTime_Tracker_Web
15+
TARGET_BRANCH: master
16+
BUILD_SCRIPT: npm && npm run build
17+
BUILD_DIR: blog/.vuepress/dist/

0 commit comments

Comments
 (0)