We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158cca8 commit 74952f1Copy full SHA for 74952f1
.github/workflows/vuepress-deploy.yml
@@ -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