Skip to content

fix github action

fix github action #2

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- ng
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout ng
uses: actions/checkout@v4
with:
ref: ng
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: docs/mkdocs.yml
# GITHUB_DOMAIN: github.myenterprise.com