Skip to content

changing the folder to the original shared folder #5

changing the folder to the original shared folder

changing the folder to the original shared folder #5

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/ /mnt/shared/docs/3.0.0/guides