Skip to content

updated the pipeline file #4

updated the pipeline file

updated the pipeline file #4

Workflow file for this run

name: Sync Docs to Shared Folder
on:
push:
branches:
- docs-sync-with-wheels.dev
paths:
- 'docs/src/**'
- '.github/workflows/docs-sync.yml'
jobs:
sync:
runs-on: [self-hosted, wheels-FW]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Sync to shared docs folder
run: |
rsync -av --delete docs/src/ /home/swarm-1/test/docs/3.0.0/