We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f419982 commit 8956991Copy full SHA for 8956991
.github/workflows/docs.yml
@@ -18,7 +18,7 @@ on:
18
- 'docs/**'
19
20
jobs:
21
- deploy:
+ deploy-docs:
22
runs-on: ubuntu-latest
23
if: github.event.pull_request.head.repo.fork == false
24
steps:
@@ -35,4 +35,4 @@ jobs:
35
git config user.email "fullstack-devops[bot]@users.noreply.github.com"
36
- run: |
37
pip install -r requirements.txt
38
- - run: mkdocs gh-deploy --config-file ./mkdocs.yml --force
+ - run: mkdocs gh-deploy --config-file ./mkdocs.yml --force
0 commit comments