Skip to content

Commit 8956991

Browse files
authored
Update docs.yml
1 parent f419982 commit 8956991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
- 'docs/**'
1919

2020
jobs:
21-
deploy:
21+
deploy-docs:
2222
runs-on: ubuntu-latest
2323
if: github.event.pull_request.head.repo.fork == false
2424
steps:
@@ -35,4 +35,4 @@ jobs:
3535
git config user.email "fullstack-devops[bot]@users.noreply.github.com"
3636
- run: |
3737
pip install -r requirements.txt
38-
- run: mkdocs gh-deploy --config-file ./mkdocs.yml --force
38+
- run: mkdocs gh-deploy --config-file ./mkdocs.yml --force

0 commit comments

Comments
 (0)