Deployed 0a1b84a to dev with MkDocs 1.6.1 and mike 2.1.3 #125
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Migrate Pipeline | |
on: | |
push: | |
branches: | |
- documentation | |
jobs: | |
build: | |
name: Migrate docs | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Push to ABCH web | |
id: publish_docs | |
uses: Ackee-Blockchain/[email protected] | |
env: | |
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }} | |
with: | |
source-directory: . | |
destination-github-username: 'Ackee-Blockchain' | |
destination-repository-name: 'firebase-abch-web' | |
target-branch: master | |
target-directory: 'public/wake/docs' |