mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Formatting
This commit is contained in:
parent
753477caaf
commit
c563ca52cd
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -35,19 +35,19 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node.js runtime
|
||||
- name: Set up Node.js runtime
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
python-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Setup Node.js dependency cache
|
||||
- name: Set up Node.js dependency cache
|
||||
uses: actions/cache@v2
|
||||
id: cache
|
||||
with:
|
||||
path: node_modules
|
||||
key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
|
||||
|
||||
- name: Setup Node.js dependencies
|
||||
- name: Set up Node.js dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: npm install
|
||||
|
||||
|
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Python runtime
|
||||
- name: Set up Python runtime
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -37,12 +37,12 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Python runtime
|
||||
- name: Set up Python runtime
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
- name: Setup Python dependencies
|
||||
- name: Set up Python dependencies
|
||||
run: pip install --upgrade setuptools wheel twine
|
||||
|
||||
- name: Build Python package
|
||||
|
Loading…
Reference in New Issue
Block a user