mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-08-12 03:42:49 +02:00
ci: Update docs.yml
This commit is contained in:
@@ -6,8 +6,8 @@ on:
|
|||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-deploy:
|
||||||
name: Build
|
name: Build and deploy to GH Pages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: make install
|
run: cd docs && make install
|
||||||
|
|
||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
run: make deploy
|
run: cd docs && make deploy
|
||||||
|
|||||||
Reference in New Issue
Block a user