Skip to content

Commit

Permalink
fix size calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Nov 2, 2022
1 parent 2d38a59 commit 961ff4b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/publish-to-docs.yml
@@ -0,0 +1,28 @@
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: Copy Changelog
run: |
cp CHANGELOG.md docs
- 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/masa-react'
destination-github-username: 'masa-finance'
destination-repository-name: 'docs'
user-email: 13647606+H34D@users.noreply.github.com
target-branch: main

0 comments on commit 961ff4b

Please sign in to comment.