Skip to content

Commit 2687f3c

Browse files
committed
fix docs build
1 parent 1785ad4 commit 2687f3c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build-docs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
- main
66
paths:
77
- 'docs/**'
8-
workflow_dispatch: # Add this line to enable manual triggering
8+
workflow_dispatch:
99

1010
permissions:
11-
contents: write # Gives write permission to repository contents
11+
contents: write
1212

1313
jobs:
1414
build:
@@ -23,7 +23,8 @@ jobs:
2323
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26-
EXTRA_PACKAGES: build-base pygments
26+
# EXTRA_PACKAGES:
27+
REQUIREMENTS: docs/requirements.txt
2728
#CUSTOM_DOMAIN: optionaldomain.com
2829
#CONFIG_FILE: folder/mkdocs.yml
2930
# GITHUB_DOMAIN: github.myenterprise.com

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pygments

0 commit comments

Comments
 (0)