Skip to content

Commit 7fd53ac

Browse files
authored
Update deployment workflow
1 parent eef07b0 commit 7fd53ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939

4040
- name: Deploy docs to GitHub Pages
4141
uses: JamesIves/github-pages-deploy-action@v4
42-
if: ${{ steps.draft.outputs.value }} == 'true'
4342
with:
4443
branch: gh-pages
45-
folder: docs
46-
44+
folder: docs
45+
ssh-key: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)