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 b5f3806 commit c84176bCopy full SHA for c84176b
.github/workflows/mkdocs_deploy.yml
@@ -1,12 +1,10 @@
1
-name: Build Documentation using MkDocs
+name: Deploy Documentation using MkDocs
2
3
# Controls when the action will run. Triggers the workflow on push or pull request
4
# events but only for the master branch
5
on:
6
push:
7
branches: [main]
8
- pull_request:
9
- branches: [main]
10
permissions:
11
contents: write
12
jobs:
@@ -31,4 +29,4 @@ jobs:
31
29
restore-keys: |
32
30
mkdocs-material-
33
- run: pip install -r requirements.txt
34
- - run: mkdocs gh-deploy --strict --force
+ - run: mkdocs gh-deploy --strict --force
0 commit comments