mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-03-28 17:42:47 +01:00
ci: update docs.yml
This commit is contained in:
22
.github/workflows/docs.yml
vendored
22
.github/workflows/docs.yml
vendored
@@ -7,18 +7,18 @@ on:
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
name: Build and deploy to GH Pages
|
||||
name: Build and deploy docs
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up Python 3
|
||||
- name: Set up Python 3 ⚙️ 🐍
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
- name: Cache dependencies
|
||||
- name: Cache dependencies 💾
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.cache/pip
|
||||
@@ -27,12 +27,10 @@ jobs:
|
||||
${{ runner.os }}-pip-
|
||||
${{ runner.os }}-
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd docs
|
||||
make install
|
||||
- name: Install dependencies 🔧
|
||||
working-directory: docs
|
||||
run: make install
|
||||
|
||||
- name: Build and deploy
|
||||
run: |
|
||||
cd docs
|
||||
make deploy
|
||||
- name: Build and deploy to GitHub Pages 🏗️ 🚀
|
||||
working-directory: docs
|
||||
run: make deploy
|
||||
|
||||
Reference in New Issue
Block a user