deploy to ldapjs.github.io

This commit is contained in:
Tony Brix 2020-12-13 11:57:55 -06:00
parent c3a9c21619
commit 87eed8f240
1 changed files with 8 additions and 2 deletions

View File

@ -17,6 +17,12 @@ jobs:
- name: Build Docs
run: npm run docs
- name: Deploy 🚢
uses: peaceiris/actions-gh-pages@v3
uses: cpina/github-action-push-to-another-repository@master
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source-directory: 'public'
destination-github-username: 'ldapjs'
destination-repository-name: 'ldapjs.github.io'
user-email: 'bot@ldapjs.org'
target-branch: 'gh-pages'