Skip to content

Commit 9e28925

Browse files
committed
ci: remove EXTRA_PACKAGES from deploy_docs workflow
1 parent 325dd20 commit 9e28925

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
- name: Deploy docs
2222
uses: mhausenblas/mkdocs-deploy-gh-pages@master
2323
env:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
EXTRA_PACKAGES: build-base
24+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)