项目:移除 dev Github Action
This commit is contained in:
parent
fbfac0cba8
commit
402baa8fa8
32
.github/workflows/dev-pages.yml
vendored
32
.github/workflows/dev-pages.yml
vendored
@ -1,32 +0,0 @@
|
||||
name: dev-pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Use Node 18
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Set BaseUrl
|
||||
run: sed -i "s/\"\/\"/\"\/wiki\/\"/g" docusaurus.config.js
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./build
|
||||
publish_branch: dev-pages
|
Loading…
Reference in New Issue
Block a user