mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-08-07 09:23:01 +02:00
ci: Remove use of action
This commit is contained in:
@@ -11,10 +11,15 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout master
|
- uses: actions/checkout@v2
|
||||||
uses: actions/checkout@v1
|
|
||||||
|
|
||||||
- name: Deploy to GH Pages
|
- name: Set up Python 3.x
|
||||||
uses: mhausenblas/mkdocs-deploy-gh-pages@5498449
|
uses: actions/setup-python@v2
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install -r requirements.txt
|
||||||
|
|
||||||
|
- name: Build and deploy
|
||||||
|
run: mkdocs gh-deploy --strict
|
||||||
|
|||||||
Reference in New Issue
Block a user