1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00
x1c6-hackintosh/.github/workflows/docs.yml

21 lines
503 B
YAML
Raw Normal View History

2021-07-17 17:01:50 -05:00
name: Build Docs
on:
push:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2021-07-17 17:03:49 -05:00
CONFIG_FILE: ./mkdocs.yml
2021-08-07 01:43:25 -05:00
EXTRA_PACKAGES: build-base