Skip to content

Merge pull request #44 from ultravioletrs/dorcas/docsEditing #27

Merge pull request #44 from ultravioletrs/dorcas/docsEditing

Merge pull request #44 from ultravioletrs/dorcas/docsEditing #27

Workflow file for this run

name: Publish docs via GitHub Pages
# Controls when the action will run
on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: docs.cocos.ultraviolet.rs