Skip to content

Commit b905ab0

Browse files
Update build workflow
1 parent d7993d6 commit b905ab0

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/build_documentation.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: 3.x
3636

3737
- name: Install Python dependencies
38-
run: pip install mkdocs-monorepo-plugin mkdocs-redirects mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 Pillow 'mkdocs-material[imaging]'
38+
run: pip install -r requirements.txt
3939

4040
- name: Set up build cache
4141
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
@@ -46,8 +46,5 @@ jobs:
4646
restore-keys: |
4747
mkdocs-material-
4848
49-
- name: Install Insiders build
50-
env:
51-
MKDOCS_TOKEN: ${{ secrets.MKDOCS_SECRET }}
52-
run: pip install git+https://${MKDOCS_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
53-
- run: mkdocs gh-deploy --force
49+
- name: Build Webpage
50+
run: mkdocs gh-deploy --force

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
mkdocs-material
2+
mkdocs-monorepo-plugin
3+
mkdocs-redirects
4+
mkdocs-git-revision-date-localized-plugin
5+
mkdocs-git-committers-plugin-2
6+
Pillow

0 commit comments

Comments
 (0)