Skip to content

Commit

Permalink
Add build on Github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Ledez committed Sep 4, 2024
1 parent 5697776 commit 84ad7f4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish docs via GitHub Pages
on:
push:
branches:
- docs

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@nomaterial
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: mkdocs.yml
CUSTOM_DOMAIN: zou.cg-wire.com

0 comments on commit 84ad7f4

Please sign in to comment.