Skip to content

Commit

Permalink
package.json에 dependency 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
milooy committed Jul 28, 2020
1 parent 12936c8 commit 1f69037
Show file tree
Hide file tree
Showing 4 changed files with 9,427 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
- name: Checkout
uses: actions/checkout@main

- name: Build and Deploy
uses: grasilife/github-pages-deploy[email protected]
- name: Vuepress deploy
uses: jenkey2011/vuepress-deploy@1.0.1
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: master # The branch the action should deploy from.
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: build # The folder the action should deploy.
BUILD_SCRIPT: npm install && npm run-script build # The build script the action should run prior to deploying.
TARGET_BRANCH: master
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: blog/.vuepress/dist/

Loading

0 comments on commit 1f69037

Please sign in to comment.