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

Update docs.yml

This commit is contained in:
Tyler Nguyen 2021-08-06 23:43:25 -07:00 committed by GitHub
parent 0f46bc0260
commit ce8b163724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,14 @@ jobs:
- name: Checkout main - name: Checkout main
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install mkdocs-mermaid2-plugin
- name: Deploy docs - name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master uses: mhausenblas/mkdocs-deploy-gh-pages@master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: ./mkdocs.yml CONFIG_FILE: ./mkdocs.yml
EXTRA_PACKAGES: build-base mkdocs-mermaid2-plugin EXTRA_PACKAGES: build-base