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 1785ad4 commit 2687f3cCopy full SHA for 2687f3c
.github/workflows/build-docs.yml
@@ -5,10 +5,10 @@ on:
5
- main
6
paths:
7
- 'docs/**'
8
- workflow_dispatch: # Add this line to enable manual triggering
+ workflow_dispatch:
9
10
permissions:
11
- contents: write # Gives write permission to repository contents
+ contents: write
12
13
jobs:
14
build:
@@ -23,7 +23,8 @@ jobs:
23
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- EXTRA_PACKAGES: build-base pygments
+ # EXTRA_PACKAGES:
27
+ REQUIREMENTS: docs/requirements.txt
28
#CUSTOM_DOMAIN: optionaldomain.com
29
#CONFIG_FILE: folder/mkdocs.yml
30
# GITHUB_DOMAIN: github.myenterprise.com
docs/requirements.txt
@@ -0,0 +1 @@
1
+pygments
0 commit comments