mirror of https://github.com/vapor/docs.git
Update check.yml
This commit is contained in:
parent
7ef44244a7
commit
f93fdcbf92
|
|
@ -11,15 +11,13 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: pip install -r requirements.txt
|
||||||
pip install -r requirements.txt
|
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: |
|
run: mkdocs build
|
||||||
mkdocs build
|
|
||||||
- name: Setup cloudformation linter
|
- name: Setup cloudformation linter
|
||||||
uses: ScottBrenner/cfn-lint-action@v2.2.1
|
uses: ScottBrenner/cfn-lint-action@v2
|
||||||
- name: Run cloudformation lint
|
- name: Run cloudformation lint
|
||||||
run: cfn-lint -t stack.yml
|
run: cfn-lint -t stack.yml
|
||||||
- name: Check dead links
|
- name: Check dead links
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue