forked from estahn/k8s-image-swapper
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (31 loc) · 816 Bytes
/
docs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#name: Publish docs
#on:
# workflow_dispatch:
# push:
# branches:
# - main
# paths:
# - 'docs/**'
# - mkdocs.yml
#
#jobs:
# build:
# name: Deploy docs
# runs-on: ubuntu-latest
# steps:
# - name: Checkout main
# uses: actions/checkout@v3
# with:
# fetch-depth: 0
#
# - uses: actions/[email protected]
# with:
# python-version: '3.x'
#
# - name: Install mkdocs
# run: pip install --upgrade pip && pip install mike mkdocs mkdocs-minify-plugin mkdocs-markdownextradata-plugin mkdocs-macros-plugin pymdown-extensions mkdocs-material
#
# - run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
#
# - name: Publish docs
# run: mkdocs gh-deploy