mirror of
https://github.com/vrana/adminer.git
synced 2026-01-01 05:10:53 +01:00
docs: initial version
This commit is contained in:
8
.github/workflows/github-pages.yml
vendored
8
.github/workflows/github-pages.yml
vendored
@@ -2,7 +2,7 @@ name: publish docs
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- feature/docs
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -10,13 +10,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout main
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: feature/docs
|
||||
ref: main
|
||||
|
||||
- name: deploy docs
|
||||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CUSTOM_DOMAIN: docs.adminerevo.org
|
||||
#CUSTOM_DOMAIN: docs.adminerevo.org
|
||||
EXTRA_PACKAGES: build-base
|
||||
|
||||
Reference in New Issue
Block a user