Skip to content

add stqdm status to vsw obtaining #35

add stqdm status to vsw obtaining

add stqdm status to vsw obtaining #35

Workflow file for this run

name: Push to fork solar-mach/solar-mach.github.io
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
container: pandoc/latex # "ubuntu" is a more generic container
# using "pandoc/latex" because of dependencies
# used in the specific "build.sh"
steps:
- uses: actions/checkout@v3
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: .
destination-github-username: 'solar-mach'
destination-repository-name: 'Solar-MACH.github.io'
user-name: jgieseler
# user-email: carles3@pina.cat
target-branch: master