We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 013db24 commit b27fd43Copy full SHA for b27fd43
1 file changed
.github/workflows/docs_preview.yml
@@ -22,6 +22,8 @@ jobs:
22
steps:
23
- name: Checkout
24
uses: actions/checkout@v6.0.2
25
+ with:
26
+ persist-credentials: false
27
28
- name: Setup Node
29
uses: actions/setup-node@v6
@@ -38,11 +40,6 @@ jobs:
38
40
run: BASE='/docs-preview/pr-${{ github.event.number }}/' yarn build
39
41
working-directory: docs
42
- - name: Check deploy token is set
- env:
43
- HAS_TOKEN: ${{ secrets.PREVIEW_DEPLOY != '' }}
44
- run: echo "PREVIEW_DEPLOY is set=$HAS_TOKEN"
45
-
46
- name: Deploy preview
47
uses: rossjrw/pr-preview-action@v1
48
with:
0 commit comments