mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-11 16:27:19 +10:00
Forward build to docs
This commit is contained in:
6
.github/workflows/build_test_deploy.yml
vendored
6
.github/workflows/build_test_deploy.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
pull_request:
|
||||
jobs:
|
||||
build:
|
||||
name: Build and Deploy
|
||||
name: Build Site and Deploy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/setup-node@v2-beta
|
||||
@@ -19,6 +19,8 @@ jobs:
|
||||
fetch-depth: '0'
|
||||
persist-credentials: false
|
||||
submodules: 'recursive'
|
||||
- name: Directory
|
||||
run: cd docs/
|
||||
- name: Install
|
||||
run: npm install
|
||||
- name: Build
|
||||
@@ -29,5 +31,5 @@ jobs:
|
||||
with:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
BRANCH: gh-pages
|
||||
FOLDER: /docs/.vuepress/dist/
|
||||
FOLDER: .vuepress/dist/
|
||||
CLEAN: true
|
||||
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
name: Build App
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user