Skip to content

Commit

Permalink
publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Oct 28, 2022
1 parent abcf20d commit dc0fbaf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/publish-to-docs.yml
@@ -0,0 +1,25 @@
name: Publish to Docs

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- uses: actions/checkout@v2
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: 'docs'
target-directory: 'docs/developers/sdk'
destination-github-username: 'masa-finance'
destination-repository-name: 'docs'
user-email: 13647606+H34D@users.noreply.github.com
target-branch: main

0 comments on commit dc0fbaf

Please sign in to comment.