mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-04 22:03:35 +03:00
Update build.yml
This commit is contained in:
parent
d2dafcbe84
commit
feca474594
1 changed files with 1 additions and 5 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -1,12 +1,8 @@
|
|||
# This is a basic workflow to help you get started with Actions
|
||||
|
||||
name: Deploy Vuepress
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -33,4 +29,4 @@ jobs:
|
|||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
publish_dir: docs/.vuepress/dist
|
||||
|
|
Loading…
Add table
Reference in a new issue