Skip to content
Snippets Groups Projects
Unverified Commit 1b3494af authored by korvoj's avatar korvoj Committed by GitHub
Browse files

Merge pull request #1 from nmaas-platform/gh-actions

Add GitHub Workflow
parents 4b53a888 e809e3e4
No related branches found
No related tags found
No related merge requests found
name: Publish docs via GitHub Pages
on:
workflow_dispatch:
# push:
# branches:
# - main
jobs:
build:
name: Deploy docs
runs-on: self-hosted
steps:
- name: Checkout main
uses: actions/checkout@v3
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.25
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: optionaldomain.com
CONFIG_FILE: folder/mkdocs.yml
EXTRA_PACKAGES: build-base
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment