mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 05:40:20 +08:00
Integrate Container and Website Repo's + docs restructure
This commit is contained in:
24
.github/workflows/docs.deploy.yaml
vendored
Normal file
24
.github/workflows/docs.deploy.yaml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: "Docs: Deploy"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- staging
|
||||
paths:
|
||||
- 'docs/**'
|
||||
- '.github/workflows/docs.deploy.yaml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Deploy Wiki
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
- name: Deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||
Reference in New Issue
Block a user