Skip to content

Commit 8e9b7b9

Browse files
committed
Add APIFY_SIGNING_TOKEN to build and deploy docs
1 parent c43440c commit 8e9b7b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767

6868
- name: Build Docusaurus docs
6969
run: make build-docs
70+
env:
71+
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
7072

7173
- name: Set up GitHub Pages
7274
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)