Skip to content

directly syncing to the server #3

directly syncing to the server

directly syncing to the server #3

Workflow file for this run

name: Sync Docs to Shared Folder
on:
push:
branches:
- docs-sync-with-wheels.dev
paths:
- 'docs/src/**'
- '.github/workflows/sync-docs.yml'
jobs:
sync:
runs-on: runs-on: [self-hosted, wheels-FW]

Check failure on line 13 in .github/workflows/docs-sync.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docs-sync.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
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/