mirror of
https://github.com/XrayR-project/XrayR-doc.git
synced 2025-06-25 13:50:03 +00:00
update config
This commit is contained in:
parent
1ec0ca7354
commit
ba20453806
17
.github/workflows/gitbook-publish.yml
vendored
Normal file
17
.github/workflows/gitbook-publish.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: 'Gitbook Action Build'
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master # trigger branch
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout action
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Gitbook Action # https://github.com/ZanderZhao/gitbook-action/releases
|
||||||
|
uses: ZanderZhao/gitbook-action@v1.2.4 # -> or ZanderZhao/gitbook-action@master. If not use master click above, use latest please
|
||||||
|
with: # or fork this repo and use YourName/gitbook-action@master
|
||||||
|
token: ${{ secrets.PERSONAL_TOKEN }} # -> remember add this in settings/secrets as following
|
||||||
|
prepare_install: gitbook install
|
Loading…
x
Reference in New Issue
Block a user