Skip to content

Commit 5a69dd8

Browse files
author
Meg Montañez Davenport
committed
Reset workflow and force GitHub Actions to detect
1 parent 4740c84 commit 5a69dd8

1 file changed

Lines changed: 6 additions & 18 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
11
name: Deploy mkdocs site
2-
32
on:
43
push:
5-
branches:
6-
- main
7-
4+
branches: [ main ]
85
jobs:
9-
build-deploy:
6+
deploy:
107
runs-on: ubuntu-latest
118
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v3
14-
15-
- name: Setup Python
16-
uses: actions/setup-python@v4
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-python@v4
1711
with:
1812
python-version: '3.x'
19-
20-
- name: Install mkdocs-material
21-
run: |
22-
pip install mkdocs-material
23-
24-
- name: Build and deploy
25-
run: |
26-
mkdocs gh-deploy --force
13+
- run: pip install mkdocs-material
14+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)