Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierOramas authored Jul 12, 2023
1 parent dc0e83f commit 1ba86fd
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
name: Publish docs via GitHub Pages

on:

push:

branches:

- main

jobs:

build:

name: Deploy docs

runs-on: ubuntu-latest

steps:

- name: Checkout main

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 }}



CONFIG_FILE: mkdocs.yml

EXTRA_PACKAGES: build-base



0 comments on commit 1ba86fd

Please sign in to comment.