mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-16 05:28:04 +00:00
fix action name from Deploy to Build
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -22,6 +22,6 @@ jobs:
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Deploy
|
||||
- name: Build
|
||||
run: |
|
||||
mkdocs build
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
.DS_Store
|
||||
.venv
|
||||
site/
|
||||
.vscode/
|
||||
.vscode/
|
||||
|
||||
Reference in New Issue
Block a user