Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 87eed8f

Browse files
committed
deploy to ldapjs.github.io
1 parent c3a9c21 commit 87eed8f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Build Docs
1818
run: npm run docs
1919
- name: Deploy 🚢
20-
uses: peaceiris/actions-gh-pages@v3
20+
uses: cpina/github-action-push-to-another-repository@master
21+
env:
22+
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
2123
with:
22-
github_token: ${{ secrets.GITHUB_TOKEN }}
24+
source-directory: 'public'
25+
destination-github-username: 'ldapjs'
26+
destination-repository-name: 'ldapjs.github.io'
27+
user-email: '[email protected]'
28+
target-branch: 'gh-pages'

0 commit comments

Comments
 (0)