Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Create vuepress-deploy.yml
Browse files Browse the repository at this point in the history
GitHub Action for VuePress
  • Loading branch information
cybermoloch authored Aug 23, 2020
1 parent e731714 commit e09c7ca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: VuePress - Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master

- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: PSAppDeployToolkit/PSAppDeployToolkit-Website
TARGET_BRANCH: gh-pages
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: src/.vuepress/dist/
CNAME: allnewandimproved.psappdeploytoolkit.com

0 comments on commit e09c7ca

Please sign in to comment.